suspend method

void suspend()

Implementation

void suspend() {
  _suspended = true;
  _attached = false;
}