◆ adminAlterJobs() [1/2]
| inline |
Perform the requested action on a list of one or more job(s).
Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
| request_ | Request object containing the parameters for the operation. |
Definition at line 702 of file KineticaFunctions.cs.
◆ adminAlterJobs() [2/2]
| inline |
Perform the requested action on a list of one or more job(s).
Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
Definition at line 764 of file KineticaFunctions.cs.
◆ AdminAlterJobsAsync() [1/2]
| inline |
Perform the requested action on a list of one or more job(s).
(async)
Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 724 of file KineticaFunctions.cs.
◆ AdminAlterJobsAsync() [2/2]
| inline |
Perform the requested action on a list of one or more job(s).
(async)
Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
Definition at line 805 of file KineticaFunctions.cs.