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