An enum representing the state of the process.
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Idle | 0 | The Process has not yet been started processing. | |
Running | 1 | The Process is currently processing data. | |
Completed | 2 | The Process has completed without errors. | |
HandledException | 3 | The process has been halted due to restrictions within the Process (i.e. permissions on artifacts to be modified.) The Process has halted. | |
UnhandledException | 4 | An unknown failure has occured. The Process is being halted. | |
RunningWarning | 5 | The Process is currently processing data, however, there may be issues with the data being processed. | |
Canceled | 6 | The Process has been canceled before completion. | |
Cancelling | 7 | The Process has been flagged for cancellation. | |
CompletedWithError | 8 | The Process has completed with errors. |
See Also