<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="5000.0.1" />

ProgressReport

public class ProgressReport
Represents a snap shot report of progress in a Kepler service.
public int? CompletedSteps { get; }

Gets the number of completed steps of the total service operation.

public string Message { get; }

Gets a detailed message describing the current state of progress.

public int? TotalSteps { get; }

Gets the Number of total steps of the total service operation.

public ProgressReport(string message, int? completedSteps, int? totalSteps)

Initializes a new instance of the ProgressReport class.