 | BaseSequenceManagerIsInState Method |
Determines if the state machine is in the supplied state.
Namespace:
LynceeTec.API.Sequence
Assembly:
LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.1.23514.0 , built 2023-11-07 12:21:53 UTC
Syntaxpublic bool IsInState(
SequenceStateMachineState state
)
public:
bool IsInState(
SequenceStateMachineState state
)
Parameters
- state
- Type: LynceeTec.API.SequenceSequenceStateMachineState
The state to test for.
Return Value
Type:
BooleanTrue if the current state is equal to, or a substate of, the supplied state.
See Also