true if workers can work (e.g. they are not stopped by the user).

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool WorkersCanWork { get; set; }
Visual Basic (Declaration)
Public Property WorkersCanWork As Boolean
Visual C++
public:
property bool WorkersCanWork {
	bool get ();
	void set (bool value);
}

See Also