944 B
944 B
Home > puppeteer > Protocol > SystemInfo > ProcessInfo
Protocol.SystemInfo.ProcessInfo interface
Represents process info.
Signature:
export interface ProcessInfo
Properties
Property | Type | Description |
---|---|---|
cpuTime | number | Specifies cumulative CPU usage in seconds across all threads of the process since the process start. |
id | integer | Specifies process id. |
type | string | Specifies process type. |