mqscript_sys_exit
Terminate MQScript execution with a specified exit code to control script flow and signal completion status in mobile automation processes.
Instructions
Exit the script
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exitCode | No | Exit code |
Input Schema (JSON Schema)
{
"properties": {
"exitCode": {
"default": 0,
"description": "Exit code",
"type": "number"
}
},
"required": [],
"type": "object"
}