constant TMGMT_LOCAL_TASK_STATUS_CLOSED in Translation Management Tool 7
Translation task is closed.
Related topics
2 uses of TMGMT_LOCAL_TASK_STATUS_CLOSED
- TMGMTLocalTask::isClosed in translators/
tmgmt_local/ entity/ tmgmt_local.entity.task.inc - Returns whether the status of this task is 'closed'.
- tmgmt_local_tmgmt_job_item_update in translators/
tmgmt_local/ tmgmt_local.module - Implements hook_tmgmt_job_item_update().
File
- translators/
tmgmt_local/ tmgmt_local.module, line 55 - Main module file for the local translation module.
Code
define('TMGMT_LOCAL_TASK_STATUS_CLOSED', 4);