You are here

function _hosting_get_new_tasks in Hosting 7.4

Same name and namespace in other branches
  1. 5 hosting.queues.inc \_hosting_get_new_tasks()
  2. 6.2 task/hosting_task.module \_hosting_get_new_tasks()
  3. 7.3 task/hosting_task.module \_hosting_get_new_tasks()

Retrieve a list of outstanding, queued, tasks.

Deprecated

First deprecated in Hosting 3.9 because this function was made part of the public API, use hosting_get_new_tasks() instead.

See also

hosting_get_new_tasks

File

task/hosting_task.module, line 1554
Web server node type is defined here.

Code

function _hosting_get_new_tasks($limit = 20) {
  return hosting_get_new_tasks($limit);
}