Application icon

Exit Grouped

This statement conditionally stops the execution of all actions being run grouped. The statement can be executed always or only if the action test state is true or false.

While executing stepwise, the function is identical to the Exit function.

While executing grouped, the function essentially successively returns to the outermost action running stepwise. If all actions are being run grouped, action processing will terminate.

example:

Stepwise action A is calling grouped action B with file 3

grouped action B calls grouped action C

grouped action C calls grouped action D which executes an Exit Grouped function

After Exit Grouped function is executed, processing resumes at the statement in action A after the call to grouped action B.

For additional information see Flow Control