Name | Description | |
---|---|---|
AssignCurrentStep | Assign the current step of a job. | |
AssignStep | Assign one of the current steps on a job. | |
CalculateJobStatistics | Returns the count of total records that match the query results provided in the query. | |
FinishSteps | Finishes running the steps in the array, and proceeds to the next step(s). This method must be called on the MCT. Use QueuedTask.Run. If no stepIds are specified, then all the current steps will be finished. | |
GetJob | Get the details of a job by jobId. This method must be called on the MCT. Use QueuedTask.Run. | |
GetJobId | Overloaded. | |
RunSteps | Starts running the steps provided in the array. Running a step marks it as finished, if the step is set to proceed to next. This method must be called on the MCT. Use QueuedTask.Run. If no stepIds are specified, then all the current steps will be started. | |
SearchJobs | ||
SetCurrentStep | Sets a single step to be the active step on the job | |
StopSteps | Stops running the steps in the array. Each step can be Run again or Finish can be used to complete them. In case of GP step and question step, the processing of each step is cancelled. In case of manual and open app step, each step is paused. Each step can be forced to stop by a user not assigned to the step with the jobForceStop privilege. This method must be called on the MCT. Use QueuedTask.Run. If no stepIds are specified, then all the current steps will be stopped. |