wManager.Wow.Helpers Namespace
WRobot

Products..::..InPause Property

Get or set a value indicating whether product is in pause.

Namespace:  robotManager.Products
Assembly:  robotManager (in robotManager.dll)

Syntax


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

Field Value

true if product is in pause; otherwise, false.