Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.d.ts";
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.