<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

ImagingSetDetailedStatus

Represent the detialed status for Imaging Set.
public bool JobExists { get; set; }

Gets or sets a value indicating whether the job exists. True indicates existence, false indicates job completion or nonexistence.

public ImagingJobStatus JobStatus { get; set; }

Gets or sets the job status as enum ImagingJobStatus. If imaging job does not exist then returns enum Default.

public ImagingJobType JobType { get; set; }

Gets or sets the Job Type indicating if the job is in progress.

public int NumberOfDocuments { get; set; }

Gets or sets total number of documents in the imaging set.

public int NumberOfDocumentsCompleted { get; set; }

Gets or sets the number of documents completed. Will be 0 for an imaging set job until it has been submitted to invariant.

public int NumberOfDocumentsErrored { get; set; }

Gets or sets the number of documents in an error state. Will be 0 for an imaging set job until it has been submitted to invariant.

public int NumberOfDocumentsHidden { get; set; }

Gets or sets number of documents hidden for QC review.

public int NumberOfDocumentsSkipped { get; set; }

Gets or sets the number of documents skipped. Will be 0 for an imaging set job until it has been submitted to invariant.

public int NumberOfDocumentsSubmitted { get; set; }

Gets or sets the number of documents submitted in the job.

public int NumberOfDocumentsViewable { get; set; }

Gets or sets number of documents visible for QC review.

public int NumberOfDocumentsWaiting { get; set; }

Gets or sets the number of documents waiting to be converted to images.

public int NumberOfDocumentsWithWarnings { get; set; }

Gets or sets number of documents that have associated warnings.