Returns the status of the task. Can be one of the task status constants.
Return value
int
The status of the task or NULL if it hasn't been set yet.
File
- translators/tmgmt_local/src/LocalTaskInterface.php, line 97
Class
- LocalTaskInterface
- Interface for tmgmt_local_task entity.
Namespace
Drupal\tmgmt_local
Code
public function getStatus();