You are here

constant HOSTING_TASK_QUEUED in Hostmaster (Aegir) 6

The task is queued

8 uses of HOSTING_TASK_QUEUED
hosting_add_task in modules/hosting/task/hosting_task.module
Helper function to generate new task node
hosting_task_count in modules/hosting/task/hosting_task.module
Return the amount of items still in the queue
hosting_task_fetch_tasks in modules/hosting/task/hosting_task.module
hosting_task_outstanding in modules/hosting/task/hosting_task.module
Determine whether there is an outstanding task of a specific type.
hosting_task_queue_block in modules/hosting/task/hosting_task.module
Hosting task list queue block

... See full list

File

modules/hosting/task/hosting_task.module, line 870
Web server node type is defined here.

Code

define('HOSTING_TASK_QUEUED', 0);