Class ScenarioStepSummarySnapshot
Inheritance
ScenarioStepSummarySnapshot
Assembly: Volo.ClientSimulation.dll
Syntax
public class ScenarioStepSummarySnapshot
Constructors
ScenarioStepSummarySnapshot()
Declaration
public ScenarioStepSummarySnapshot()
Properties
AvgExecutionDuration
Declaration
public double AvgExecutionDuration { get; set; }
Property Value
DisplayText
Declaration
public string DisplayText { get; set; }
Property Value
ExecutionCount
Declaration
public int ExecutionCount { get; set; }
Property Value
FailCount
Declaration
public int FailCount { get; set; }
Property Value
MaxExecutionDuration
Declaration
public double MaxExecutionDuration { get; set; }
Property Value
MinExecutionDuration
Declaration
public double MinExecutionDuration { get; set; }
Property Value
SuccessCount
Declaration
public int SuccessCount { get; set; }
Property Value
TotalExecutionDuration
Declaration
public double TotalExecutionDuration { get; set; }
Property Value
Extension Methods