isPaused method

bool isPaused()

Implementation

bool isPaused() {
  return FLAG_PAUSED & _value != 0;
}