[#BloombergLP-bdlmt-MultiQueueThreadPool-resumeQueue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultiQueueThreadPool.adoc[MultiQueueThreadPool]::resumeQueue :relfileprefix: ../../../ :mrdocs: Allow jobs on the queue with the specified `id` to begin executing. Return 0 on success, and a non‐zero value if the queue does not exist or is not paused. == Synopsis Declared in `<bdlmt_multiqueuethreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int resumeQueue(int id); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#