The type of guard for state machine. Combines the results of multiple guard functions using the logical && operator.
&&
Note: An empty guards will be true.
true
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
true
.