Manager.removeQueue

Removes the queue by the provided id from the manager

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

Parameters

key QueueKey

the queue's id

Return Value

Type: bool

true if the queue existed, false otherwise

Meta