Fsm.isState

struct Fsm(StateTT...)
bool
isState
(
Ts...
)
()

Return Value

Type: bool

true if the fsm is in the specified state.

Meta