Exit command
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 | Type | Possible values | Description |
---|---|---|---|
Status |
String |
OK | Error |
The flow change behavior specified in the report |
Comment |
String |
Adds a comment to the script |