Click or drag to resize
StaMaStateMachineStartup Method
Brings the StateMachine in the initial state by invoking the entry actions of the initial states. Resets the event queue and initializes the history.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public void Startup()
Remarks
In order to trigger any completion transitions emanating from the initial states a SendTriggerEvent(Object) with null must be sent to the state machine.
See Also