public function JobInterface::isFinished in Translation Management Tool 8
Returns whether the state of this job is 'finished'.
Return value
bool TRUE if the state is 'finished', FALSE otherwise.
1 method overrides JobInterface::isFinished()
- Job::isFinished in src/
Entity/ Job.php - Returns whether the state of this job is 'finished'.
File
- src/
JobInterface.php, line 425
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function isFinished();