Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Process

import type { Process } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface Process {
args?: string[];
argumentsTruncated?: boolean;
binary?: File;
envVariables?: EnvironmentVariable[];
envVariablesTruncated?: boolean;
libraries?: File[];
name?: string;
parentPid?: bigint;
pid?: bigint;
script?: File;
userId?: bigint;
}

§Properties

§
args?: string[]
[src]
§
argumentsTruncated?: boolean
[src]
§
binary?: File
[src]
§
envVariablesTruncated?: boolean
[src]
§
libraries?: File[]
[src]
§
name?: string
[src]
§
parentPid?: bigint
[src]
§
pid?: bigint
[src]
§
script?: File
[src]
§
userId?: bigint
[src]