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

GetInstallStatusResponse

The application associated with the install.

public int ApplicationInstallID { get; set; }

The ID of the application install.

public DisplayableObjectIdentifier Client { get; set; }

The client related to the workspace where the application was installed.

public DateTime? CompletedOn { get; set; }

The date and time when the application install was completed.

public List<ApplicationInstallDetail> Errors { get; set; }

A list of any errors that occurred during the install.

public Action GetCurrentInstallStatus { get; set; }

The action to retrieve the status of the most recent install for the specified application and workspace.

The user that initiated the application install.

public InstallStatus InstallStatus { get; set; }

The status of the application install.

public bool IsOutOfDate { get; set; }

If the application installed in the workspace has a lower version and/or a different origin signature than what is currently installed in the Application Library, the application is considered to be "Out of Date."

public DisplayableObjectIdentifier Matter { get; set; }

The matter related to the workspace where the application was installed.

public string Message { get; set; }

Information generated during the install process.

public int RootFolderID { get; set; }

Root folder related to the workspace where the application was installed.

public DateTime? StartedOn { get; set; }

The date and time when the application install was started.

public List<string> ValidationMessages { get; set; }

A list of messages associated with the application install status request.

If there are any validation failures that require user intervention, the ValidationResult property will hold the options for resolving the failures and retrying the install.

public string Version { get; set; }

The version number of the application.

The workspace where the application was installed.

public string WorkspaceName { get; set; }

The name of the workspace where the application was installed.