You are here

constant HOSTING_TASK_QUEUED in Hosting 7.3

Same name and namespace in other branches
  1. 5 task/hosting_task.module \HOSTING_TASK_QUEUED
  2. 6.2 task/hosting_task.module \HOSTING_TASK_QUEUED
  3. 7.4 task/hosting_task.module \HOSTING_TASK_QUEUED

The task is queued

6 uses of HOSTING_TASK_QUEUED
drush_hosting_task_validate in ./task.hosting.inc
Validate hook for the hosting-task Drush command.
hosting_add_task in task/hosting_task.module
Helper function to generate new task node
hosting_task_cancel in task/hosting_task.module
Cancel a task before it's started.
hosting_task_fetch_tasks in task/hosting_task.module
@todo Please document this function.
hosting_task_retry in task/hosting_task.module
Retry the given task

... See full list

File

task/hosting_task.module, line 1519
Web server node type is defined here.

Code

define('HOSTING_TASK_QUEUED', 0);