Inspect.Queue.Status

Inspects the current queue status. Omit the first parameter to get a table containing information on all queues.

Usage:

results = Inspect.Queue.Status()
result = Inspect.Queue.Status(queue)
results = Inspect.Queue.Status(queue, size)
ParameterTypeDatatypeDescription
queueparameterstringOptional identifier of the queue to query. Valid values include "global" and "auctionfullscan".
sizeparameternumberThe size of the element to test in this queue. Defaults to 1 if no size is provided.
resultresultbooleanfalse if this queue is throttled, non-false otherwise.
resultsresulttableA key/value table. The first parameter is the name of the queue. The second parameter is false if the queue is throttled, or a number representing the queue size available otherwise.