wManager.Wow.Helpers Namespace
WRobot

ReloggerProfile..::..LaunchWRobotProcess Method

Launch bot.

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

Syntax


public void LaunchWRobotProcess(
	string pathToWRobot,
	Args arguments,
	bool minimizeWRobotOnStart,
	bool waitLaunching
)
Public Sub LaunchWRobotProcess ( _
	pathToWRobot As String, _
	arguments As Args, _
	minimizeWRobotOnStart As Boolean, _
	waitLaunching As Boolean _
)
public:
void LaunchWRobotProcess(
	String^ pathToWRobot, 
	Args^ arguments, 
	bool^ minimizeWRobotOnStart, 
	bool^ waitLaunching
)

Parameters

pathToWRobot
Type: String
path to bot.
arguments
Type: robotManager.Helpful..::..Args
arguments.
minimizeWRobotOnStart
Type: Boolean
if set to true minimize bot on start].
waitLaunching
Type: Boolean
if set to true wait launch.