Show / Hide Table of Contents

Class ImagingSetDetailedStatus

Represent the detialed status for Imaging Set.

Inheritance
System.Object
ImagingSetStatus
ImagingSetDetailedStatus
Inherited Members
ImagingSetStatus.LastRunError
ImagingSetStatus.QCEnabledOnLastRun
ImagingSetStatus.Status
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ImagingSetDetailedStatus : ImagingSetStatus

Properties

| Improve this Doc View Source

JobExists

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

NumberOfDocuments

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

Declaration
public int NumberOfDocuments { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

NumberOfDocumentsHidden

Gets or sets number of documents hidden for QC review.

Declaration
public int NumberOfDocumentsHidden { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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
| Improve this Doc View Source

NumberOfDocumentsSubmitted

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

Declaration
public int NumberOfDocumentsSubmitted { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NumberOfDocumentsViewable

Gets or sets number of documents visible for QC review.

Declaration
public int NumberOfDocumentsViewable { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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
| Improve this Doc View Source

NumberOfDocumentsWithWarnings

Gets or sets number of documents that have associated warnings.

Declaration
public int NumberOfDocumentsWithWarnings { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX