Click or drag to resize

MessageIsAutomationMessage Property

Gets a value indicating whether this message is added by automation engine. The value is automatically set to true when the message is generated and automated test is running (Global.IsAutomatedTestRunning = True)

Namespace:  Hummingbird.TestFramework.Messaging
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
public bool IsAutomationMessage { get; }

Property Value

Type: Boolean
true if this instance is automation message; otherwise, false.
See Also