[#BloombergLP-balb-PipeTaskManager-start] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/PipeTaskManager.adoc[PipeTaskManager]::start :relfileprefix: ../../../ :mrdocs: Create a named pipe using the specified `pipeBasename` (not a pathname), and execute the task manager event processor in a background thread. Return 0 on success, and a non‐zero value otherwise. See {Requirements for the Named Pipe} for expectations for `pipeBasename`. After a successful return, calls to `start` fail until `stop` has been called (successfully); afterwards, `start` can be called again with the same or some other `pipeBasename`. Note that the `pipeName()` method provides the (full) pathname to the created named pipe. == Synopsis Declared in `<balb_pipetaskmanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int start(std::string_view const& pipeBasename); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#