Application icon

Exit

This statement stops the execution of the current action's execution instance. It returns. Depending as to how the action was called, this has different interpretations. The statement can be executed always or only if the action test state is true or false.

If the action was called by a Repeat Forever, Run or Test statement the following holds: if executing stepwise, control will resume at the statement immediately following the caller. If executing grouped, control will resume with the first statement of the action for the next file.

If the action was called by a Repeat With statement, control will proceed to the next iteration. If called grouped, the same list item will be processed for the next file. If called stepwise, control will begin processing the next list item.

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

For additional information see Flow Control