stop method

void stop()

Stops the simulation.

Implementation

void stop() {
  _running = false;
}