ImagingSetStatus Class

Relativity Imaging API
Represents the current state of an imaging job for an ImagingSet.
Inheritance Hierarchy

SystemObject
  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

public class ImagingSetStatus

public class ImagingSetStatus

The ImagingSetStatus type exposes the following members.

Constructors

  NameDescription
Public methodImagingSetStatus
Top
Properties

  NameDescription
Public propertyCompletionRate
Gets the rate of document submission/imaging for this imaging set.
Public propertyImageCompletion
Gets the numbers of images successfully completed for this imaging set.
Public propertyImageQCReviewStatus
Gets the current state of quality control review for this imaging set.
Public propertyLastRunError
Gets or sets the LastRunError.
Public propertyQCEnabledOnLastRun
Gets a boolean value indicating whether a quality control review was enabled on the last job for this imaging set.
Public propertyStartTime
Gets start time of imaging set processing.
Public propertyStatus
Gets the current state of the imaging job for the imaging set.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference