Returns the status of the local task item.
Can be one of the local task item status constants.
int The status of the local task item.
Overrides LocalTaskItemInterface::getStatus
public function getStatus() {
return $this
->get('status')->value;
}