@Stop
 public final void stop() {
   enabled = false;
   if (schedulerThread != null) {
     schedulerThread.interrupt();
   }
 }