Click or drag to resize
StaMaStateMachineIsInState Method
Returns whether the StateMachine resides in the given StateConfiguration.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public bool IsInState(
	StateConfiguration stateConfiguration
)

Parameters

stateConfiguration
Type: StaMaStateConfiguration
A StateConfiguration instance that describes a (potentially partially specified) state configuration.

Return Value

Type: Boolean
true if the StateMachine is in the given stateConfiguration; otherwise, false.
See Also