Returns true if this Operator has not yet started 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 HasNotYetStarted { get; }
Public ReadOnly Property HasNotYetStarted As Boolean
	Get
public:
property bool HasNotYetStarted {
	bool get ();
}

See Also