[#BloombergLP-balb-PipeTaskManager-shutdown] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/PipeTaskManager.adoc[PipeTaskManager]::shutdown :relfileprefix: ../../../ :mrdocs: Stop processing incoming messages by the background thread. If a handler is executing at the time of invocation, that handler is allowed to complete. This method does not block the caller, and the background thread persists until it is joined by a call to `stop`. Note that `shutdown` and `stop` are typically called in succession. == Synopsis Declared in `<balb_pipetaskmanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void shutdown(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#