isPaused method

bool isPaused()

Implementation

bool isPaused() {
  return this._isPaused;
}