Represents the current state of an imaging job for an ImagingSet.
Inheritance Hierarchy
Relativity.Imaging.Services.InterfacesImagingSetStatus
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
The ImagingSetStatus type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ImagingSetStatus |
Properties
| Name | Description | |
|---|---|---|
| CompletionRate |
Gets the rate of document submission/imaging for this imaging set.
| |
| ImageCompletion |
Gets the numbers of images successfully completed for this imaging set.
| |
| ImageQCReviewStatus |
Gets the current state of quality control review for this imaging set.
| |
| LastRunError |
Gets or sets the LastRunError.
| |
| QCEnabledOnLastRun |
Gets a boolean value indicating whether a quality control review was enabled on the last job for this imaging set.
| |
| StartTime |
Gets start time of imaging set processing.
| |
| Status |
Gets the current state of the imaging job for the imaging set.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also