isPaused method

bool isPaused()

Implementation

bool isPaused() {
  return _isPaused;
}