The type of guard for state machine. Combines the results of multiple guard functions using the logical || operator.
||
Note: An empty guards will be false.
false
The type of guard names for state machine functions.
The type of guard for state machine. Combines the results of multiple guard functions using the logical
||
operator.Note: An empty guards will be
false
.