Returns the status of the task. Can be one of the task status constants.
int The status of the task or NULL if it hasn't been set yet.
Overrides LocalTaskInterface::getStatus
public function getStatus() { return $this->status->value; }