◆ killProc() [1/2]
| inline |
Kills a running proc instance.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 53059 of file KineticaFunctions.cs.
◆ killProc() [2/2]
| inline |
Kills a running proc instance.
Parameters
| run_id | The run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed. The default value is ”. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 53132 of file KineticaFunctions.cs.
◆ KillProcAsync() [1/2]
| inline |
Kills a running proc instance.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 53074 of file KineticaFunctions.cs.
◆ KillProcAsync() [2/2]
| inline |
Kills a running proc instance.
(async)
Parameters
| run_id | The run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed. The default value is ”. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 53190 of file KineticaFunctions.cs.