C-DEngine 5.105

TheServiceHostInfo..::..IsBackingUp Property

True if the system is currently backing up the cache folder

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

Syntax


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