RunResponse.IncompleteDetails

RunResponse.IncompleteDetails property

Gets or sets the details on why the run is incomplete. Will be null if the run is not incomplete.

public IncompleteDetails IncompleteDetails { get; set; }

See Also