IImagingJobService
Represents the Imaging Job API service.
ImagingJobActionResponse Cancel(int workspaceId, long imagingJobId, ImagingJobRequest cancelImagingJobRequest = null)
Attempt to cancel imaging job.
Retry imaging set errors.
Schedules an imaging job.
Submit a mass image job.
long SubmitSingleDocument(int workspaceId, int documentArtifactId, SingleDocumentImagingJobRequest singleDocumentImagingJobRequest)
Submit a job to image an individual document.
ImagingJobActionResponse UpdatePriority(int workspaceId, long imagingJobId, ImagingJobPriorityRequest updateJobPriorityRequest)
Update the priority of an imaging job.
Waits for the job to be in 'Completed' or 'Completed with Errors' status.