Returns true if this Operator is currently running.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsRunning { get; }
Public ReadOnly Property IsRunning As Boolean
	Get
public:
property bool IsRunning {
	bool get ();
}

See Also