[#BloombergLP-bdls-ProcessUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::ProcessUtil :relfileprefix: ../../ :mrdocs: This `struct` contains utility methods for platform‐independent process operations. == Synopsis Declared in `<bdls_processutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ProcessUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdls/ProcessUtil/getPathToExecutable.adoc[`getPathToExecutable`] | Load a filesystem path through which the current executable is accessible. | xref:BloombergLP/bdls/ProcessUtil/getProcessId.adoc[`getProcessId`] | Return the system specific process identifier for the currently running process. | xref:BloombergLP/bdls/ProcessUtil/getProcessName.adoc[`getProcessName`] | Load the system‐specific name of the currently running process. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#