wManager.Wow.Helpers Namespace
WRobot

IsStartedChangeEventArgs..::..IsStarted Property

Gets or sets a value indicating whether product instance is started.

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

Syntax


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

Field Value

true if product instance is started; otherwise, false.