constant HOSTING_TASK_QUEUED in Hosting 7.4
Same name and namespace in other branches
- 5 task/hosting_task.module \HOSTING_TASK_QUEUED
- 6.2 task/hosting_task.module \HOSTING_TASK_QUEUED
- 7.3 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
File
- task/
hosting_task.module, line 1573 - Web server node type is defined here.
Code
define('HOSTING_TASK_QUEUED', 0);