C-DEngine 5.105

TheServiceHostInfo..::..AllEnginesAreStarting Property

Set when the C-DEngine starts all Plugin Services

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

Syntax


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