puppeteer/new-docs/puppeteer.protocol.systeminfo.processinfo.md
2020-07-13 14:01:35 +01:00

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.