wManager.Wow.Helpers Namespace
WRobot

ReloggerProfileSettings..::..ScheduleResetAtEnd Property

Gets or sets a value indicating if reset tasks progress (start every time from the first task) at end of working schedule

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

Syntax


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

Field Value

true if you want start all time from first task; otherwise false to continue the task where he was.