constant TMGMT_JOB_ITEM_STATE_ABORTED in Translation Management Tool 7
The translation process of the job item is aborted.
Related topics
2 uses of TMGMT_JOB_ITEM_STATE_ABORTED
- TMGMTJob::aborted in entity/
tmgmt.entity.job.inc - Sets the state of the job to 'aborted'.
- TMGMTJobItem::isAborted in entity/
tmgmt.entity.job_item.inc - Checks whether the state of this transaction is 'aborted'.
File
- ./
tmgmt.module, line 95 - Main module file for the Translation Management module.
Code
define('TMGMT_JOB_ITEM_STATE_ABORTED', 4);