A state of an FSM. A cancelling state cancels the FSM of a user interaction.
Creates the state.
The FSM that will contain the state.
The name of this 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
Actions done while entering this state.
CancelFSMException If entering the state leads to a cancelling of the FSM execution.
Uninstall (ie flushes) the state. Useful to clear data. The state must not be used after that.
Generated using TypeDoc
A state of an FSM. A cancelling state cancels the FSM of a user interaction.