<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

RelativityApplicationInstallStatusCode

The available codes for an application install status.

The application install task was canceled before an agent could pick it up.

The application install task is complete.

Failed = 3

The application install task failed due to a validation failure or an unexpected error.

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.