Exit

Stops the flow of the current script. If the script is nested, the execution flow returns to the parent script.

The Exit function should be used within a condition. There is no value or logic in using it outside of a condition because the script lines following it will not be executed and are unnecessary.

Parameters

Name REST Name Type Default Description
Status status
ok (OK)
error (Error)
STRING OK The flow change behavior specified in the report.
OK - Success
Error - Failure