RelativityApplicationInstallStatusCode
The available codes for an application install status.
Canceled = 5
The application install task was canceled before an agent could pick it up.
Completed = 4
The application install task is complete.
Failed = 3
The application install task failed due to a validation failure or an unexpected error.
InProgress = 2
The agent is in the process of executing the application install task.
Pending = 1
The application install task has been queued and is waiting to be picked up by an agent.
Unknown = 0
Unknown is not used by Relativity and represents an uninitialized status value.