StateMachineListenerState
- Namespace
- ZAux
Defines all possible action states indicating when a listener can be called within a state machine. These action states help manage the timing of listener invocations relative to the state sequence execution.
Fields
Undefined
=0
PreActive
=1
The listener is called before the actual state sequence of the state machine is executed
Active
=2
The listener is called during the actual state sequence of the state machine is executed
PostActive
=3
The listener is called after the actual state sequence of the state machine is executed
PreError
=4
The listener is called due to an error occurring either in the state sequence or in the listener sequence. This invocation happens only once, immediatally followed by the actual error reaction, configured in the statemachine