<PackageReference Include="Relativity.Productions.SDK" Version="12.6.1" />

ProductionProgressResult

Represents the result of a production progress check.
public string Message { get; set; }

Error message (if any)

public decimal PercentageImaging { get; set; }

Returns the calculated percent for the imaging operation.

public decimal PercentageProducing { get; set; }

Returns the calculated percent for the production operation.

Creates a new instance of ProductionProgressResult.

public bool Success()

Indicates whether the progress check call was successful.