rt_queue_properties {rt} | R Documentation |
Get the properties of a queue
rt_queue_properties(queue, ...)
queue |
(character) The queue |
... |
Other arguments passed to |
(list) A list of queue properties
## 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)