API Reference |
Namespace | Description |
---|---|
StaMa | Contains all classes, interfaces and delegate types to implement state machines. See class StateMachineTemplate to create the structure of a state machine. Use method CreateStateMachine or CreateStateMachine(Object) to create StateMachine instances. Send events to a state machine to trigger transitions through method SendTriggerEvent(Object) or SendTriggerEvent(Object, EventArgs). |