batch
Executes a sequence of commands in the provided order.
arguments
-
"commands" : Batch_sub_command[]
The sequence of commands to execute. Contains items of type Batch_sub_command.
-
"continue_on_error" : Boolean (default: true)
Controls if execution will continue on error, or halt on error. If halt on error then all subsequent commands will be aborted. Error responses will be generated for aborted commands.
return value
Batch_responseA user type containing an array of responses for each command and a flag indicating if an error occurred while executing the command batch.