You are here

constant TMGMT_JOB_STATE_UNPROCESSED in Translation Management Tool 7

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.

Related topics

3 uses of TMGMT_JOB_STATE_UNPROCESSED
TMGMTJob::cloneAsUnprocessed in entity/tmgmt.entity.job.inc
Clones job as unprocessed.
TMGMTJob::isUnprocessed in entity/tmgmt.entity.job.inc
Returns whether the state of this job is 'unprocessed'.
TMGMTJob::__construct in entity/tmgmt.entity.job.inc

File

./tmgmt.module, line 18
Main module file for the Translation Management module.

Code

define('TMGMT_JOB_STATE_UNPROCESSED', 0);