The base type of an FSM state.
Readonly
The FSM that contains the state.
The name of the state.
Visiting the state.
The visitor.
Checks whether the starting state of the fsm is this state. In this case, the fsm is notified about the starting of the FSM.
CancelFSMException
Uninstall (ie flushes) the state. Useful to clear data. The state must not be used after that.
Generated using TypeDoc
The base type of an FSM state.