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

CancelApplicationInstallResult

Holds the result of a cancel installation request for a single application install.
public int ApplicationInstallID { get; set; }

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

public bool IsSuccessful { get; set; }

Indicates whether or not the cancellation was successful.

public string Message { get; set; }

An informative warning message explaining an unsuccessful request.

The target workspace for the install request.