constant TMGMT_JOB_STATE_ABORTED in Translation Management Tool 7
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().
Related topics
3 uses of TMGMT_JOB_STATE_ABORTED
- TMGMTJob::aborted in entity/
tmgmt.entity.job.inc - Sets the state of the job to 'aborted'.
- TMGMTJob::isAborted in entity/
tmgmt.entity.job.inc - Returns whether the state of this job is 'aborted'.
- tmgmt_handler_field_tmgmt_progress::pre_render in views/
handlers/ tmgmt_handler_field_tmgmt_progress.inc - Prefetch statistics for all jobs.
File
- ./
tmgmt.module, line 55 - Main module file for the Translation Management module.
Code
define('TMGMT_JOB_STATE_ABORTED', 4);