Click or drag to resize
StaMaStateMachine Properties

The StateMachine type exposes the following members.

Properties
  NameDescription
Public propertyActiveStateConfiguration
Gets the active state of the StateMachine instance.
Public propertyContext
Gets additional client provided context information.
Public propertyTemplate
Gets the StateMachineTemplate instance that defines the structure for this StateMachine.
Public propertyTraceDispatchTriggerEvent
Gets or sets a callback that can be used for tracing the StateMachine operation.
Public propertyTraceStateChange
Gets or sets a callback that can be used for tracing state changes in the StateMachine.
Public propertyTraceTestTransition
Gets or sets a callback that can be used for tracing and analyzing the StateMachine operation.
Top
See Also