isRejected method

bool isRejected()

Implementation

bool isRejected() {
  return this.status == ContractStatus.REJECTED;
}