| StateMachineSendTriggerEvent Method |
| Name | Description | |
|---|---|---|
| SendTriggerEvent(Object) |
Enqueues a trigger event and starts processing the state machine, if not already inside a processing.
As a result a transition may be executed by invoking exit actions, changing the active state and invoking entry actions.
| |
| SendTriggerEvent(Object, EventArgs) |
Enqueues a trigger event together with additional parameters and starts processing the state machine, if not already inside a processing.
As a result a transition may be executed by invoking exit actions, changing the active state and invoking entry actions.
|