pause method

void pause()

Implementation

void pause() {
  // Flagship.logger(Level.DEBUG, "Stop batching loop " + label);
  cronTimer.pause();
}