Module action

Source
Expand description

Actions for State transitions.

Enumsยง

Action
An Action happens upon transition to a State. All actions (except Cancel) can be limited. The limit is the maximum number of times the action can be taken upon repeated transitions to the same state.
Timer
The different types of timers used by a Machine.
TriggerAction
The action to be taken by the framework user.