OnExitAction typedef

OnExitAction = void Function(AutomataEvent? event)

A function called when a AutomataState is left.

Implementation

typedef OnExitAction = void Function(AutomataEvent? event);