stop method

Do stop()

Implementation

Do stop() {
  Do.remove(this);
  return this;
}