constant HOSTING_TASK_ERROR in Hosting 7.4
Same name and namespace in other branches
- 5 task/hosting_task.module \HOSTING_TASK_ERROR
- 6.2 task/hosting_task.module \HOSTING_TASK_ERROR
- 7.3 task/hosting_task.module \HOSTING_TASK_ERROR
The command was not successfully completed. This is the default error status.
4 uses of HOSTING_TASK_ERROR
- hook_hosting_task_update_status in ./
hosting.api.php - Reacts any time a task has it's status updated, including when being run in the queue, ending, or being cancelled.
- hosting_task_parse_log in task/
hosting_task.module - Parse a task's log, and return its status accordingly.
- hosting_task_retry_form in task/
hosting_task.module - Adds a retry button to failed task nodes.
- hosting_task_view in task/
hosting_task.module - Implements hook_view().
File
- task/
hosting_task.module, line 1584 - Web server node type is defined here.
Code
define('HOSTING_TASK_ERROR', 2);