constant HOSTING_TASK_QUEUED in Hosting 6.2
Same name and namespace in other branches
- 5 task/hosting_task.module \HOSTING_TASK_QUEUED
- 7.4 task/hosting_task.module \HOSTING_TASK_QUEUED
- 7.3 task/hosting_task.module \HOSTING_TASK_QUEUED
The task is queued
11 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 - hosting_task_count in task/
hosting_task.module - Return the amount of items still in the queue
- hosting_task_fetch_tasks in task/
hosting_task.module
File
- task/
hosting_task.module, line 941 - Web server node type is defined here.
Code
define('HOSTING_TASK_QUEUED', 0);