You are here

constant TMGMT_LOCAL_TASK_STATUS_COMPLETED in Translation Management Tool 7

Translation task is completed (all job items are translated).

Related topics

2 uses of TMGMT_LOCAL_TASK_STATUS_COMPLETED
TMGMTLocalTask::isCompleted in translators/tmgmt_local/entity/tmgmt_local.entity.task.inc
Returns whether the status of this task is 'completed'.
tmgmt_local_translation_form_save_as_completed_submit in translators/tmgmt_local/includes/tmgmt_local.pages.inc
Form submit callback for save as completed submit action.

File

translators/tmgmt_local/tmgmt_local.module, line 45
Main module file for the local translation module.

Code

define('TMGMT_LOCAL_TASK_STATUS_COMPLETED', 2);