stop method

void stop()

To stop COMET2.

Implementation

void stop() {
  this._isActive = false;
}