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