Click or drag to resize

AbstractServiceIsRunning Property

Gets or sets a value indicating whether this instance is running.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public bool IsRunning { get; protected set; }

Property Value

Type: Boolean
true if this instance is running; otherwise, false.
Remarks
When service is running as Server (for Virtualized Services), the Test Framework registers TCP Ports. You can not run more than one instance of Hummingbird Test Framework as Virtual Server because these TCP Ports are already in use. If Hummingbird Test Framework (or Hummingbird Test Manager) is used by different users simultaneously as Server, they should configure different TCP Ports.
See Also