示例#1
0
        public override void Stop()
        {
            TreeRoot.GoalText   = string.Empty;
            TreeRoot.StatusText = string.Empty;

            // Clear the throttle timers
            foreach (var t in ThrottleTimers)
            {
                t.TimerName = "";
                t.Time      = 0;
            }

            QueueHandler.LeaveQueueCommand();

            BPLLog("Shutdown complete.");
        }