Exposes methods on the Imaging Job Manager service used for running, stopping, and retrying ImagingSet jobs.
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public interface IImagingJobManager : IDisposable public interface IImagingJobManager : IDisposable
The IImagingJobManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| ImageDocumentAsync |
Submit a job to image an individual documents specified by ImageDocumentJob | |
| RetryImagingSetErrorsAsync |
Reruns a ImagingJob containing errors.
| |
| RunImagingSetAsync |
Schedules an ImagingJob to run.
| |
| StopImagingJobAsync |
Stops an in-progress imaging job, including imaging set jobs, and jobs for image on the fly.
| |
| UpdateJobPriorityAsync |
Updates the priority of an imaging job.
|
See Also