[#BloombergLP-bdlmt-MultiQueueThreadPool-isPaused] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultiQueueThreadPool.adoc[MultiQueueThreadPool]::isPaused :relfileprefix: ../../../ :mrdocs: Return `true` if the queue associated with the specified `id` is currently paused, or `false` otherwise (including if `id` is not a valid queue id). == Synopsis Declared in `<bdlmt_multiqueuethreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isPaused(int id) const; ---- == Return Value `true` if the queue is paused, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *id* | queue identifier |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#