canResume method

bool canResume()

Implementation

bool canResume() {
  return isPaused;
}