render_loop_get_execute_results
Retrieves the results of commands previously executed on a render loop. If execution was aborted due to error then the responses array will have error responses for commands that were not executed.
arguments
- "render_loop_name" : String
The name of the render loop to retrieve commands results from.
- "id" : String
The identifier of the commands whose results to retrieve, as provided to render_loop_execute.
return value
Batch_responseA user type containing an array of responses for each command and a flag indicating if an error occurred while execution. If the provided id cannot be found NULL is returned