You are here

public function QueueUIInterface::release in Queue UI 7.2

Force the releasing of a specified queue item.

Parameters

integer $item_id: The item id to be released.

Return value

TRUE if releasing succeeds, FALSE if releasing fails.

1 method overrides QueueUIInterface::release()
QueueUISystemQueue::release in lib/QueueUISystemQueue.php
Force the releasing of a specified queue item.

File

lib/QueueUIInterface.php, line 59
Declares the Queue UI interface for inspecting queue data.

Class

QueueUIInterface
@file Declares the Queue UI interface for inspecting queue data.

Code

public function release($item_id);