◆ showProcStatus() [1/2]
| inline |
Shows the statuses of running or completed proc instances.
Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
| request_ | Request object containing the parameters for the operation. |
Definition at line 60561 of file KineticaFunctions.cs.
◆ showProcStatus() [2/2]
| inline |
Shows the statuses of running or completed proc instances.
Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
| run_id | The run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty. If not specified, the statuses of all executed proc instances will be returned. The default value is ”. |
| options | Optional parameters.
|
Definition at line 60646 of file KineticaFunctions.cs.
◆ ShowProcStatusAsync() [1/2]
| inline |
Shows the statuses of running or completed proc instances.
(async)
Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 60581 of file KineticaFunctions.cs.
◆ ShowProcStatusAsync() [2/2]
| inline |
Shows the statuses of running or completed proc instances.
(async)
Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
| run_id | The run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty. If not specified, the statuses of all executed proc instances will be returned. The default value is ”. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 60711 of file KineticaFunctions.cs.