Gets the initialization status of the command manager.

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Field Value

The initialization status of the command manager.

See Also