start method

void start()

Starts the simulation.

Implementation

void start() {
  if (_running) return;
  _running = true;
  _run();
}