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