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