C-DEngine 5.105

TheTimeouts..::..IsSleeping Property

Tells if the ndoe is sleeping

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

Syntax


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