Enum RelativityApplicationInstallStatusCode
The available codes for an application install status.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum RelativityApplicationInstallStatusCode
Fields
| Name | Description |
|---|---|
| Canceled | The application install task was canceled before an agent could pick it up. |
| Completed | The application install task is complete. |
| Failed | The application install task failed due to a validation failure or an unexpected error. |
| InProgress | The agent is in the process of executing the application install task. |
| Pending | The application install task has been queued and is waiting to be picked up by an agent. |
| Unknown | Unknown is not used by Relativity and represents an uninitialized status value. |