<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

InstallStatusCode

public enum InstallStatusCode
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.