AbstractTestItemStopFlag Property |
The flag indicate the Stop is requested by the user. when the flag is true, All test process should stop
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [IgnoreDataMemberAttribute]
protected static bool StopFlag { get; }
<IgnoreDataMemberAttribute>
Protected Shared ReadOnly Property StopFlag As Boolean
Get
protected:
[IgnoreDataMemberAttribute]
static property bool StopFlag {
bool get ();
}
[<IgnoreDataMemberAttribute>]
static member StopFlag : bool with get
Property Value
Type:
BooleanSee Also