[#BloombergLP-bdlmt-MultiQueueThreadPool_Queue-resume] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultiQueueThreadPool_Queue.adoc[MultiQueueThreadPool_Queue]::resume :relfileprefix: ../../../ :mrdocs: Allow jobs on the queue to begin executing. Return 0 on success, and a non‐zero value if the queue is not paused or `!d_list.empty()` and the associated thread pool fails to enqueue a job. == Synopsis Declared in `<bdlmt_multiqueuethreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int resume(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#