Gets the status of the server.

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

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

See Also