Get the properties of a queue
rt_queue_properties(queue, ...)
queue | (character) The queue |
---|---|
... | Other arguments passed to |
(list) A list of queue properties
if (FALSE) { # By default, RT installations come with a General queue # We can get its properties like this rt_queue_properties("General") }