public function DrupalQueueInterface::releaseItem

public DrupalQueueInterface::releaseItem($item)

Release an item that the worker could not process, so another worker can come in and process it before the timeout expires.

Parameters

$item:

Return value

boolean

File

modules/system/system.queue.inc, line 165
Queue functionality.

Class

DrupalQueueInterface

Code

public function releaseItem($item);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!system!system.queue.inc/function/DrupalQueueInterface::releaseItem/7.x