ProcessInformation Class

Relativity Services API
Stores the state of a process.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.ProcessInformation

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class ProcessInformation

The ProcessInformation type exposes the following members.

Constructors

  NameDescription
Public methodProcessInformation
Initializes a new instance of the ProcessInformation class
Top
Properties

  NameDescription
Public propertyMessage
When an error does occur Creating, Updating, or Deleting an item, this property will provide more information about the failure.
Public propertyName
The name of the mass operation process.
Public propertyOperationArtifactIDs
Indicates Artifact IDs impacted by this operation.
Public propertyOperationsCompleted
Indicates the number of operations completed without errors.
Public propertyState
Indicates the state of the process in the system."/>
Public propertyStatus
Indicates the status of the process representing, indicating its current activity.
Public propertySuccess
Provides a value indicating successful completion of an operation. True indicates a successful operation.
Public propertyTotalOperations
Indicates the total number of operations that the process will perform. An operation may represent a batch or set of documents.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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
Fields

  NameDescription
Public fieldProcessID
Provides the unique ID of a process.
Top
See Also

Reference