stop method

void stop()

Stop the module

Implementation

void stop() {
  _started = false;
}