C-DEngine 5.105

TheServiceHostInfo..::..AreAllEnginesStarted Property

Is set to true when all Engines (Plugin-Service) have been started

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

Syntax


public bool AreAllEnginesStarted { get; set; }
Public Property AreAllEnginesStarted As Boolean
	Get
	Set
public:
property bool^ AreAllEnginesStarted {
	bool^ get ();
	void set (bool^ value);
}