import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetProcessInfoResponse } = Protocol.SystemInfo;
Properties
processInfo: ProcessInfo[]
An array of process info blocks.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.SystemInfo.GetProcessInfoResponse
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetProcessInfoResponse } = Protocol.SystemInfo;
An array of process info blocks.