ProcessStateValue Enumeration

Relativity Services API
An enum representing the state of the process.

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

public enum ProcessStateValue
Members

  Member nameValueDescription
Idle0 The Process has not yet been started processing.
Running1 The Process is currently processing data.
Completed2 The Process has completed without errors.
HandledException3 The process has been halted due to restrictions within the Process (i.e. permissions on artifacts to be modified.) The Process has halted.
UnhandledException4 An unknown failure has occured. The Process is being halted.
RunningWarning5 The Process is currently processing data, however, there may be issues with the data being processed.
Canceled6 The Process has been canceled before completion.
Cancelling7 The Process has been flagged for cancellation.
CompletedWithError8 The Process has completed with errors.
See Also

Reference