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

Relativity.Services.Interfaces.LibraryApplication.Models.RetryLibraryInstallResponse

The response to an application install retry request containing the installation identifier and a list of actions.

The application associated with the install.

public int ApplicationInstallID { get; set; }

The identifier of the application install used for querying for the status.

public InstallStatus InstallStatus { get; set; }

The status of the application install.