Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.SystemInfo.ProcessInfo
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ProcessInfo } = default.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.