Idle Class
Class Idle. This state is in last position (lower Priority) of Engine states. It is called only if no states are executed, it allows to lower the CPU usage (with a Sleep(System.Int32))
Implements the State
Namespace:
wManager.Wow.Bot.StatesAssembly: wManager (in wManager.dll)
Inheritance Hierarchy
robotManager.FiniteStateMachine..::..State
wManager.Wow.Bot.States..::..Idle