getStatus method

bool getStatus()

Implementation

bool getStatus() {
  return _status == true || _success == true;
}