Click or drag to resize
StaMaStateMachineActiveStateConfiguration Property
Gets the active state of the StateMachine instance.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public StateConfiguration ActiveStateConfiguration { get; }

Property Value

Type: StateConfiguration
A StateConfiguration that contains the set of active states. In case the StateMachineTemplate has a structure with concurrent (orthogonal) states the active state is defined by more than one State instance.
See Also