public static void stop() {
   try {
     configuration = new batch_init();
     clearContainer();
     if (thProcess != null) {
       thProcess.interrupt();
       thProcess = null;
     }
     new bsException("Scheduler: Stop schedulingThreadProcess", iStub.log_INFO);
   } catch (Exception e) {
     e.toString();
   }
 }