Click or drag to resize
StaMaTransitionGuard Property
Gets the callback method that provides additional conditions for the transition.

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

Property Value

Type: StateMachineGuardCallback
A StateMachineGuardCallback delegate of null if no additional conditions are defined.
See Also