You are here

constant TMGMT_LOCAL_TASK_STATUS_PENDING in Translation Management Tool 7

Translation task is pending.

Related topics

4 uses of TMGMT_LOCAL_TASK_STATUS_PENDING
TMGMTLocalTask::assign in translators/tmgmt_local/entity/tmgmt_local.entity.task.inc
Assign translation task to passed user.
TMGMTLocalTask::incrementLoopCount in translators/tmgmt_local/entity/tmgmt_local.entity.task.inc
Increment loop_count property depending on current status, new status and new translator.
TMGMTLocalTask::isPending in translators/tmgmt_local/entity/tmgmt_local.entity.task.inc
Returns whether the status of this task is 'pending'.
TMGMTLocalTranslatorPluginController::requestTranslation in translators/tmgmt_local/includes/tmgmt_local.plugin.inc
@abstract

File

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

Code

define('TMGMT_LOCAL_TASK_STATUS_PENDING', 1);