Ejemplo n.º 1
0
        public void StopAndCleanupAllDefaultSchedulerTasks()
        {
            StandardSchedulers.KillSchedulers();

            _taskPool = null;
            _runner   = null;
            _instance = null;
        }
Ejemplo n.º 2
0
        public static void StopAndCleanupAllDefaultSchedulers()
        {
            StandardSchedulers.KillSchedulers();

            if (_instance != null)
            {
                _instance._taskPool = null;
                _instance           = null;
            }
        }
Ejemplo n.º 3
0
 public static void StopDefaultSchedulerTasks()
 {
     StandardSchedulers.StopSchedulers();
 }