IImagingJobManager Interface

Relativity Imaging API
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

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodImageDocumentAsync
Submit a job to image an individual documents specified by ImageDocumentJob
Public methodRetryImagingSetErrorsAsync
Reruns a ImagingJob containing errors.
Public methodRunImagingSetAsync
Schedules an ImagingJob to run.
Public methodStopImagingJobAsync
Stops an in-progress imaging job, including imaging set jobs, and jobs for image on the fly.
Public methodUpdateJobPriorityAsync
Updates the priority of an imaging job.
Top
See Also

Reference