| StateMachineIsInState Method |
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public bool IsInState(
StateConfiguration stateConfiguration
)
Public Function IsInState (
stateConfiguration As StateConfiguration
) As Boolean
public:
bool IsInState(
StateConfiguration^ stateConfiguration
)
member IsInState :
stateConfiguration : StateConfiguration -> bool
Parameters
- stateConfiguration
- Type: StaMaStateConfiguration
A StateConfiguration instance that describes
a (potentially partially specified) state configuration.
Return Value
Type:
Booleantrue if the
StateMachine is in the given
stateConfiguration;
otherwise,
false.
See Also