Skip to main content
Module

x/process/mod.ts>Process

process module for Deno
Latest
interface Process
import { type Process } from "https://deno.land/x/process@v0.3.0/mod.ts";

Properties

command: string
ppid: number
pid: number
stat: string
optional
children: Process[]