public function JobInterface::isAbortable in Translation Management Tool 8
Checks whether a job is abortable.
Return value
bool TRUE if the job can be aborted, FALSE otherwise.
1 method overrides JobInterface::isAbortable()
- Job::isAbortable in src/
Entity/ Job.php - Checks whether a job is abortable.
File
- src/
JobInterface.php, line 457
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function isAbortable();