public enum HasToReturn
{
	hasToReturn,
	canContinue,
	hasToReturnNow
}