OnEntryAction typedef
OnEntryAction =
void Function(AutomataEvent? event)
A function called when a AutomataState is entered.
Implementation
typedef OnEntryAction = void Function(AutomataEvent? event);
A function called when a AutomataState is entered.
typedef OnEntryAction = void Function(AutomataEvent? event);