Application icon

Break

This statement stops execution of the current action, regardless as to how it was called or whether the execution mode is stepwise or grouped. The statement can be executed always or only if the action test state is true or false.

When processed, the next statement to be executed is always the statement immediately following the caller. This differs from the Exit variants which all behave differently, depending as to which statement initiated the call and what the current and run execution mode was.

The statement can also optionally set the action test state to true or false if statement is executed.

For additional information see Flow Control