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