An FSM state. A terminal state ends normally an FSM.
The type of events the FSM processes.
Creates the terminal 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
An FSM state. A terminal state ends normally an FSM.
Type Param: E
The type of events the FSM processes.