canPause method

bool canPause()

Implementation

bool canPause() {
  return isStarted && !isPaused;
}