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