Rush StackShopBlogEvents
Skip to main content

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

IProcessInfo.parentProcessInfo property

The parent process info.

Signature:

parentProcessInfo: IProcessInfo | undefined;

Remarks

On Windows, the parent process info will be undefined if the process is a kernel process. On Unix, the parent process info will be undefined if the process is the root process.