constant HOSTING_TASK_PROCESSING in Hosting 7.4
Same name and namespace in other branches
- 6.2 task/hosting_task.module \HOSTING_TASK_PROCESSING
- 7.3 task/hosting_task.module \HOSTING_TASK_PROCESSING
The task is being processed
4 uses of HOSTING_TASK_PROCESSING
- drush_hosting_task_validate in ./
task.hosting.inc - Validate hook for the hosting-task Drush command.
- 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_view in task/
hosting_task.module - Implements hook_view().
File
- task/
hosting_task.module, line 1568 - Web server node type is defined here.
Code
define('HOSTING_TASK_PROCESSING', -1);