wManager.Wow.Helpers Namespace
WRobot

Engine..::..Running Property

Gets a value indicating whether this Engine is running.

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

Syntax


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

Field Value

true if running; otherwise, false .