Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > IProcessInfo > processName

IProcessInfo.processName property

The name of the process.

Signature:

processName: string;

Remarks

On Windows, the process name will be empty if the process is a kernel process. On Unix, the process name will be empty if the process is the root process.