Beispiel #1
0
        public void restartAOS()
        {
            mgr.TimeOutMinutes = 60;

            log("Stopping AOS");

            mgr.stop();

            log("AOS Stopped");

            log("Starting AOS");

            mgr.start();

            log("AOS Started");
        }
Beispiel #2
0
        void stopAOS()
        {
            mgr.TimeOutMinutes = 60;

            log("Stopping AOS");

            mgr.stop();

            log("AOS Stopped");
        }