start method

void start()

Implementation

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