constant JobInterface::STATE_ABORTED in Translation Management Tool 8
The translation job has been aborted.
A job can be aborted at any time. If he is currently in the submitted state the translator plugin is asked if this translation can be aborted and needs to confirm it by returning TRUE in abortTranslation().
File
- src/
JobInterface.php, line 51
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
const STATE_ABORTED = 4;