wManager.Wow.Helpers Namespace
WRobot

State..::..NeedToRun Property

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

Namespace:  robotManager.FiniteStateMachine
Assembly:  robotManager (in robotManager.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 .