Class ImagingSetDetailedStatus
Represent the detialed status for Imaging Set.
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ImagingSetDetailedStatus : ImagingSetStatus
Properties
| Improve this Doc View SourceJobExists
Gets or sets a value indicating whether the job exists. True indicates existence, false indicates job completion or nonexistence.
Declaration
public bool JobExists { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
JobStatus
Gets or sets the job status as enum ImagingJobStatus. If imaging job does not exist then returns enum Default.
Declaration
public ImagingJobStatus JobStatus { get; set; }
Property Value
Type | Description |
---|---|
ImagingJobStatus |
JobType
Gets or sets the Job Type indicating if the job is in progress.
Declaration
public ImagingJobType JobType { get; set; }
Property Value
Type | Description |
---|---|
ImagingJobType |
NumberOfDocuments
Gets or sets total number of documents in the imaging set.
Declaration
public int NumberOfDocuments { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfDocumentsCompleted
Gets or sets the number of documents completed. Will be 0 for an imaging set job until it has been submitted to invariant.
Declaration
public int NumberOfDocumentsCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfDocumentsErrored
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.
Declaration
public int NumberOfDocumentsErrored { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfDocumentsHidden
Gets or sets number of documents hidden for QC review.
Declaration
public int NumberOfDocumentsHidden { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfDocumentsSkipped
Gets or sets the number of documents skipped. Will be 0 for an imaging set job until it has been submitted to invariant.
Declaration
public int NumberOfDocumentsSkipped { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfDocumentsSubmitted
Gets or sets the number of documents submitted in the job.
Declaration
public int NumberOfDocumentsSubmitted { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfDocumentsViewable
Gets or sets number of documents visible for QC review.
Declaration
public int NumberOfDocumentsViewable { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfDocumentsWaiting
Gets or sets the number of documents waiting to be converted to images.
Declaration
public int NumberOfDocumentsWaiting { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfDocumentsWithWarnings
Gets or sets number of documents that have associated warnings.
Declaration
public int NumberOfDocumentsWithWarnings { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |