 | 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: 9.2.6612.0 , built 2022-07-14 10:47:23 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