[#BloombergLP-bdlmt-MultipriorityThreadPool-enableQueue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultipriorityThreadPool.adoc[MultipriorityThreadPool]::enableQueue :relfileprefix: ../../../ :mrdocs: Enable the enqueuing of jobs to this multi‐priority thread pool. When this thread pool is enabled, the status returned when calling either overloaded `enqueueJob` method will be 0, indicating that the job was successfully enqueued. Note that calling this method when the queue is already in the enabled state has no effect. == Synopsis Declared in `<bdlmt_multiprioritythreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void enableQueue(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#