C-DEngine 5.105

TheThing..::..IsInitializing Property

Indicates if Init() has been called, but not completed.

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsInitializing { get; }
Public ReadOnly Property IsInitializing As Boolean
	Get
public:
property bool^ IsInitializing {
	bool^ get ();
}