LoadTestCaseGetProgress Method |
Gets the progress of execution.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public double GetProgress()
Public Function GetProgress As Double
public:
virtual double GetProgress() sealed
abstract GetProgress : unit -> float
override GetProgress : unit -> float
Return Value
Type:
Double
The progress of execution, from 0 to 100.
Implements
IPerformanceCountersGetProgressSee Also