The initial context (extended state) of the machine.
The string delimiter for serializing the path to a string. The default is "."
The services to invoke upon entering this state node. These services will be stopped upon exiting this state node.
The potential transition(s) to be taken upon reaching a final child state node.
This is equivalent to defining a [done(id)]
transition on this state node's on
property.
Generated using TypeDoc
The mapping (or array) of delays (in milliseconds) to their potential transition(s). The delayed transitions are taken after the specified delay in an interpreter.