wManager.Wow.Helpers Namespace
WRobot

ReloggerProfileSettings..::..RunTasksLoop Property

Run profile tasks in loop (run again first task when last task is finish)

Namespace:  Relogger.Classes
Assembly:  Relogger (in Relogger.exe)

Syntax


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

Field Value

true if run in loop, otherwise false.