wManager.Wow.Helpers Namespace
WRobot

ReloggerGeneralSettings..::..LockCrossProcessWhenLaunch Property

Lock when launch Wow or bot (to launch one by one) (cross relogger process), you need to use same [robotManager.robotManagerGlobalSetting.CurrentSetting.ArgsEnvironmentVariables] on all relogger.

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

Syntax


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

Field Value

true if lock when launch Wow or bot (cross relogger process) otherwise false.