constant JobInterface::STATE_ABORTED

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\tmgmt

Code

const STATE_ABORTED = 4;