start method

void start()

Starts the generator.

Implementation

void start() {
  _generator.start();
  _isGenerating = true;
}