Skip to main content
Go to Latest
interface Protocol.SystemInfo.ProcessInfo
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ProcessInfo } = Protocol.SystemInfo;

Represents process info.

Properties

type: string

Specifies process type.

Specifies process id.

cpuTime: number

Specifies cumulative CPU usage in seconds across all threads of the process since the process start.