gn:act_break
- Description
- Action used to prevent further actions execution.
- Action returns
- void
Action signatures
Break statement
[gn:act_break]|[keyword]
Parameter Description keyword
optionalPossible keywords:
(empty) - stops execution of current action process
while
- stops execution of actions defined in while statementforEach
- stops execution of actions defined in forEach statement
Example
while
- stops action execution in while statement
- ⤷
[gn:act_break]|[while]
- ⤷