Returns whether the status of this task is 'pending'.
Return value
bool
TRUE if the status is 'pending', FALSE otherwise.
File
- translators/tmgmt_local/src/LocalTaskInterface.php, line 151
Class
- LocalTaskInterface
- Interface for tmgmt_local_task entity.
Namespace
Drupal\tmgmt_local
Code
public function isPending();