Returns whether the status of this task is 'rejected'.
bool TRUE if the status is 'rejected', FALSE otherwise.
Overrides LocalTaskInterface::isRejected
public function isRejected() { return $this ->isStatus(static::STATUS_REJECTED); }