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; }
Public Property IsRunning As Boolean
Get
Protected Set
public:
property bool IsRunning {
bool get ();
protected: void set (bool value);
}
member IsRunning : bool with get, set
Property Value
Type:
Booleantrue 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