Evaluates a trigger event to see if it causes a state transition.
The trigger event to evaluate.
Returns true if the trigger event caused a change in the active state configuration or was deferred.
Returns an iterable of keys in the map
Returns the name of the state machine instance.
Returns the name of the state machine instance.
Returns an iterable of values in the map
Generated using TypeDoc
Represents an instance of a state machine model at runtime; contains the active state configuration and manages transactions. There can be many seperate state machine instances using a common model.