constant TMGMT_JOB_STATE_FINISHED in Translation Management Tool 7
The translation job has been finished.
A job is marked as 'finished' after every single attached job item has been reviewed, accepted and saved.
Related topics
2 uses of TMGMT_JOB_STATE_FINISHED
- TMGMTJob::finished in entity/
tmgmt.entity.job.inc - Set the state of the job to 'finished'.
- TMGMTJob::isFinished in entity/
tmgmt.entity.job.inc - Returns whether the state of this jon is 'finished'.
File
- ./
tmgmt.module, line 63 - Main module file for the Translation Management module.
Code
define('TMGMT_JOB_STATE_FINISHED', 5);