constant JobInterface::STATE_REJECTED

A translation job that has been rejected by the translator.

The translator plugin can use this state if the job has been actively rejected. However, this should be avoided by doing the necessary checks in the checkTranslatable() method and in the job configuration settings.

A rejected job can be re-submitted.

File

src/JobInterface.php, line 42

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

const STATE_REJECTED = 2;