Stores the state of a process.
Inheritance Hierarchy
kCura.Relativity.Client.ProcessInformation
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ProcessInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ProcessInformation | Initializes a new instance of the ProcessInformation class |
Properties
Name | Description | |
---|---|---|
![]() | Message |
When an error does occur Creating, Updating, or Deleting an item, this property will provide more information about the failure.
|
![]() | Name |
The name of the mass operation process.
|
![]() | OperationArtifactIDs |
Indicates Artifact IDs impacted by this operation.
|
![]() | OperationsCompleted |
Indicates the number of operations completed without errors.
|
![]() | State |
Indicates the state of the process in the system."/>
|
![]() | Status |
Indicates the status of the process representing, indicating its current activity.
|
![]() | Success |
Provides a value indicating successful completion of an operation. True indicates a successful operation.
|
![]() | TotalOperations |
Indicates the total number of operations that the process will perform. An operation may represent a batch or set of documents.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (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.) |
Fields
Name | Description | |
---|---|---|
![]() | ProcessID |
Provides the unique ID of a process.
|
See Also