Represents general information about the current state of a structured analytics set and its analysis.
Inheritance Hierarchy
Relativity.StructuredAnalytics.Services.Interfaces.StructuredAnalytics.Models.Status.JobState
Namespace: Relativity.StructuredAnalytics.Services.Interfaces.StructuredAnalytics.Models.Status
Assembly: Relativity.Threads.Services.Interfaces (in Relativity.Threads.Services.Interfaces.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The JobState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | JobState | Initializes a new instance of the JobState class |
Properties
Name | Description | |
---|---|---|
![]() | IsCanceled |
Indicates whether an analysis has been canceled.
|
![]() | IsCanceling |
Indicates whether an analysis is currently canceling.
|
![]() | IsCompleted |
Indicates whether an analysis has completed running.
|
![]() | IsQueued |
Indicates whether an analysis has been queued behind another running analysis.
|
![]() | IsRunning |
Indicates whether an analysis is currently running.
|
![]() | IsRunningOperations |
Indicates whether an analysis is currently running operations.
|
![]() | IsUnknown |
Indicates whether the current state is unknown
|
![]() | JobTimeElapsed |
Gets the number of seconds since the analysis has started.
|
![]() | OperationTimeElapsed |
Gets the number of seconds since the current operation has started.
|
![]() | Phase |
Gets the current phase of an analysis.
|
![]() | PhaseProgressPercentage |
Gets the progress of the current phase as a percentage.
|
![]() | Status |
Gets the status value.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also