You are here

constant TMGMT_LOCAL_TASK_STATUS_UNASSIGNED in Translation Management Tool 7

Translation task is not assigned to translator.

Related topics

3 uses of TMGMT_LOCAL_TASK_STATUS_UNASSIGNED
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::isUnassigned in translators/tmgmt_local/entity/tmgmt_local.entity.task.inc
Returns whether the status of this task is 'unassigned'.
TMGMTLocalTask::unassign in translators/tmgmt_local/entity/tmgmt_local.entity.task.inc
Unassign translation task.

File

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

Code

define('TMGMT_LOCAL_TASK_STATUS_UNASSIGNED', 0);