wManager.Wow.Helpers Namespace
WRobot

ReloggerProfile Members

The ReloggerProfile type exposes the following members.

Constructors


  Name Description
Public method ReloggerProfile
Initializes a new instance of the ReloggerProfile class.

Methods


  Name Description
Public method CloseAndKillWRobotProcess
try to close, if cannot kill bot process.
Public method CloseWowErrorProcess
Closes wow error window.
Public method CloseWowProcess
Close wow process.
Public method CloseWRobotProcess
Closes bot process.
Public method Equals(System.Object) (Inherited from Object.)
Public method ExistWowProcess
Wow process is running
Public method ExistWRobotProcess
Bot process is running.
Protected method Finalize (Inherited from Object.)
Public method GetErrors
Gets the errors.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method InRunningScheduleRange
Check if in working schedule (current time is between ScheduleFrom and ScheduleTo)
Public method IsStart
Determines this profile is start.
Public method KillWowProcess
Kill wow process.
Public method KillWRobotProcess
Kills bot process.
Public method LaunchWowProcess
Launches wow process.
Public method LaunchWRobotProcess
Launch bot.
Protected method MemberwiseClone (Inherited from Object.)
Public method Start
Starts this profile.
Public method Stop
Stops this profile
Public method ToString
Returns a String that represents this instance.
Public method WowIsUnresponsive
Wow is unresponsive (if process not responding for more that UnresponsiveTimeAfter).
Public method WowProcessId
Wow process id.
Public method WRobotIsUnresponsive
Bot is unresponsive (if process not responding for more that UnresponsiveTimeAfter).
Public method WRobotProcessId
Bot process id.

Fields


  Name Description
Public field CurrentWowAccount
The current wow account
Public field CurrentWowPath
The current wow path
Public field CurrentWowProcess
The current wow process
Public field CurrentWRobotAccount
The current bot license key
Public field CurrentWRobotPath
The current bot path
Public field CurrentWRobotProcess
The current bot process
Public field Settings
The settings
Public field Static member Wowlocker
The locker used to launch wow

Properties


  Name Description
Public property Checked
Gets or sets a value indicating if is checked.
Public property Comment
Gets or sets profile comment.
Public property CurrentTaskIndex
Running task index (index of Tasks)
Public property IsValid
Returns true if profile is valid.
Public property Name
Gets or sets profile name.
Public property RunningTime
Gets running time.
Public property Status
Gets or sets the status (avoid to edit value manually, to check if profile is running you can use IsStart()()()(), to start or stop profile use Start()()()() or Stop()()()()).