Email address:

State Machine Results: We have flowed through the state objects below to reach a form or final message. Note the parent classes of each state object: each AbstractDecisionState always ultimately leads to either an AbstractFormState or an AbstractFinalState.


Current State: FranksStateMachine\HasResponded
Parent Abstract Class: FranksStateMachine\AbstractDecisionState

Current State: FranksStateMachine\IsKnownUser
Parent Abstract Class: FranksStateMachine\AbstractDecisionState

Current State: FranksStateMachine\EmailForm
Parent Abstract Class: FranksStateMachine\AbstractFormState