constant HOSTING_TASK_PROCESSING in Hosting 6.2
Same name and namespace in other branches
- 7.4 task/hosting_task.module \HOSTING_TASK_PROCESSING
- 7.3 task/hosting_task.module \HOSTING_TASK_PROCESSING
The task is being processed
5 uses of HOSTING_TASK_PROCESSING
- drush_hosting_task_validate in ./
task.hosting.inc - Validate hook for the hosting-task Drush command.
- hosting_task_count_running in task/
hosting_task.module - Return the amount of items running in the queue
- hosting_task_fetch_tasks in task/
hosting_task.module - hosting_task_status_class in task/
hosting_task.module - hosting_task_view in task/
hosting_task.module - Implementation of hook_view().
File
- task/
hosting_task.module, line 935 - Web server node type is defined here.
Code
define('HOSTING_TASK_PROCESSING', -1);