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

InstallStatusSummary

public class InstallStatusSummary
A breakdown of an application's install status across all workspaces.
public int Canceled { get; set; }

Count of workspaces with an unknown status.

public int Completed { get; set; }

Count of workspaces with an completed status.

public int Failed { get; set; }

Count of workspaces with an failed status.

public int InProgress { get; set; }

Count of workspaces with an in-progress status.

public int Other { get; set; }

Count of of workspaces with an unknown status.

public int Pending { get; set; }

Count of of workspaces with an pending status.

public int Total { get; set; }

Aggregate count of all workspaces.

public int TotalActiveInstalls { get; set; }

Aggregate count of workspaces with an pending or in-progress status.