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