| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IProcessInfo
Process information sourced from the system. This process info is sourced differently depending on the operating system: - On Windows, this uses powershell.exe and a scriptlet to retrieve process information. The wmic utility that was previously used is no longer present on the latest Windows versions. - On Unix, this uses the ps utility.
Signature:
export interface IProcessInfo |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
IProcessInfo<></>[] |
The child process infos. | ||
|
IProcessInfo | undefined |
The parent process info. | ||
|
number |
The process ID. | ||
|
string |
The name of the process. |