Reruns a ImagingJob containing errors.
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
Task<ImagingSetJobStatus> RetryImagingSetErrorsAsync( ImagingJob imagingJob ) Task<ImagingSetJobStatus> RetryImagingSetErrorsAsync( ImagingJob imagingJob )
Parameters
- imagingJob
- Type: Relativity.Imaging.Services.InterfacesImagingJob
An ImagingJob instance to rerun.
Return Value
Type: TaskImagingSetJobStatusReturns an ImagingSetJobStatus object.
See Also