IPerformanceCountersGetIterationsFinished Method |
Gets number of total Iterations finished, including passed and failed iterations.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax int GetIterationsFinished()
Function GetIterationsFinished As Integer
int GetIterationsFinished()
abstract GetIterationsFinished : unit -> int
Return Value
Type:
Int32Int32 value represents the total number of iterations finished.
See Also