ReloggerProfile Members
The ReloggerProfile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReloggerProfile |
Initializes a new instance of the ReloggerProfile class.
|
Methods
Name | Description | |
---|---|---|
CloseAndKillWRobotProcess |
try to close, if cannot kill bot process.
|
|
CloseWowErrorProcess |
Closes wow error window.
|
|
CloseWowProcess |
Close wow process.
|
|
CloseWRobotProcess |
Closes bot process.
|
|
Equals(System.Object) | (Inherited from Object.) | |
ExistWowProcess |
Wow process is running
|
|
ExistWRobotProcess |
Bot process is running.
|
|
Finalize | (Inherited from Object.) | |
GetErrors |
Gets the errors.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InRunningScheduleRange |
Check if in working schedule (current time is between ScheduleFrom and ScheduleTo)
|
|
IsStart |
Determines this profile is start.
|
|
KillWowProcess |
Kill wow process.
|
|
KillWRobotProcess |
Kills bot process.
|
|
LaunchWowProcess |
Launches wow process.
|
|
LaunchWRobotProcess |
Launch bot.
|
|
MemberwiseClone | (Inherited from Object.) | |
Start |
Starts this profile.
|
|
Stop |
Stops this profile
|
|
ToString |
Returns a String that represents this instance.
|
|
WowIsUnresponsive |
Wow is unresponsive (if process not responding for more that UnresponsiveTimeAfter).
|
|
WowProcessId |
Wow process id.
|
|
WRobotIsUnresponsive |
Bot is unresponsive (if process not responding for more that UnresponsiveTimeAfter).
|
|
WRobotProcessId |
Bot process id.
|
Fields
Name | Description | |
---|---|---|
CurrentWowAccount |
The current wow account
|
|
CurrentWowPath |
The current wow path
|
|
CurrentWowProcess |
The current wow process
|
|
CurrentWRobotAccount |
The current bot license key
|
|
CurrentWRobotPath |
The current bot path
|
|
CurrentWRobotProcess |
The current bot process
|
|
Settings |
The settings
|
|
Wowlocker |
The locker used to launch wow
|
Properties
Name | Description | |
---|---|---|
Checked |
Gets or sets a value indicating if is checked.
|
|
Comment |
Gets or sets profile comment.
|
|
CurrentTaskIndex |
Running task index (index of Tasks)
|
|
IsValid |
Returns true if profile is valid.
|
|
Name |
Gets or sets profile name.
|
|
RunningTime |
Gets running time.
|
|
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()()()()).
|