Click or drag to resize

GlobalIsPerformanceTestRunning Property

Gets a value indicating whether a performance test is running.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static bool IsPerformanceTestRunning { get; }

Property Value

Type: Boolean
true if this performance test is running; otherwise, false.
See Also