| StateMachineTemplate Constructor (StateMachineOptions) |
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public StateMachineTemplate(
StateMachineOptions stateMachineOptions
)
Public Sub New (
stateMachineOptions As StateMachineOptions
)
public:
StateMachineTemplate(
StateMachineOptions stateMachineOptions
)
new :
stateMachineOptions : StateMachineOptions -> StateMachineTemplate
Parameters
- stateMachineOptions
- Type: StaMaStateMachineOptions
Defines the option flags for the state machine.
See Also