 | BaseSequenceManagerIsInState Method |
Determines if the state machine is in the supplied state.
Namespace: LynceeTec.API.SequenceAssembly: LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:36 UTC
Syntaxpublic bool IsInState(
SequenceStateMachineState state
)
public:
bool IsInState(
SequenceStateMachineState state
)
Parameters
- state SequenceStateMachineState
- The state to test for.
Return Value
BooleanTrue if the current state is equal to, or a substate of, the supplied state.
See Also