isPaused method

bool isPaused()

Converts enum value to boolean

Implementation

bool isPaused() {
  return this == PauseState.paused;
}