Click or drag to resize

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()

Return Value

Type: Int32
Int32 value represents the total number of iterations finished.
See Also