constant JobInterface::STATE_UNPROCESSED

A new translation job.

In the default user interface, jobs with this state are so called cart jobs. Each user gets his cart jobs listed in a block and can check them out.

File

src/JobInterface.php, line 22

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

const STATE_UNPROCESSED = 0;