isOk method

bool isOk()

Implementation

bool isOk() {
  return FLAG_NORMAL == _value;
}