Auxiliary Commands for Asynchronous Commands¶
query_command_status¶
Sentio Version: 3.2.0
Description: Returns the execution state of an asynchronous remote command.
Parameters:
| Parameter | Type |
|---|---|
| Command ID | Integer |
Response: Once the asynchronous command has finished executing, the response contains that command's own response value.
Remarks: Returns 30 (CommandPending) while the asynchronous command is still executing.
wait_complete¶
Sentio Version: 3.2.0
Description: Waits until execution of an asynchronous remote command finishes, then returns its response.
Parameters:
| Parameter | Type | Notes |
|---|---|---|
| Command ID | Integer | — |
| Timeout Value (opt.) | Integer | Positive integer [seconds]; default 180 seconds |
Response: The response of the asynchronous command.
Remarks: Command ID is the one returned immediately after calling the asynchronous remote command.