Manager.removeQueue

Removes the provided queue from the manager

  1. bool removeQueue(QueueType* queue)
    class Manager
    bool
    removeQueue
    (
    QueueType* queue
    )
  2. bool removeQueue(QueueKey key)

Parameters

queue QueueType*

a pointer to the queue

Return Value

Type: bool

true if the queue existed, false if not or if null was provided

Meta