wManager.Wow.Helpers Namespace
WRobot

Pause..::..NeedToRun Property

Indicate if Engine need to call method Run()()()().

Namespace:  wManager.Wow.Bot.States
Assembly:  wManager (in wManager.dll)

Syntax


public bool NeedToRun { get; }
Public ReadOnly Property NeedToRun As Boolean
	Get
public:
property bool^ NeedToRun {
	bool^ get ();
}

Field Value

true if need to run; otherwise, false .