You are here

constant HOSTING_TASK_ERROR in Hosting 6.2

Same name and namespace in other branches
  1. 5 task/hosting_task.module \HOSTING_TASK_ERROR
  2. 7.4 task/hosting_task.module \HOSTING_TASK_ERROR
  3. 7.3 task/hosting_task.module \HOSTING_TASK_ERROR

The command was not successfully completed. This is the default error status.

5 uses of HOSTING_TASK_ERROR
hook_hosting_task_update_status in task/hosting_task.api.php
Reacts to tasks ending, with any status.
hosting_task_cancel in task/hosting_task.module
hosting_task_parse_log in task/hosting_task.module
Parse a task's log, and return its status accordingly.
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 952
Web server node type is defined here.

Code

define('HOSTING_TASK_ERROR', 2);