rt_queue_properties {rt}R Documentation

Get the properties of a queue

Description

Get the properties of a queue

Usage

rt_queue_properties(queue, ...)

Arguments

queue

(character) The queue

...

Other arguments passed to rt_GET

Value

(list) A list of queue properties

Examples

## Not run: 
# By default, RT installations come with a General queue
# We can get its properties like this
rt_queue_properties("General")

## End(Not run)

[Package rt version 1.1.0 Index]