Send Event
Send an event to the running FSM.
Parameters
| Parameter | Description |
|---|---|
| Event | The event to send. |
| Data | Optional data to send with the event. |
| Delay | Optional delay in seconds before sending the event. |
Details
The event is processed first by the current state, then any child states, and then the parent state.
If the state has multiple regions, the event is sent to each region.