Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/lib/core/process.ts>ProcessInformation

Universal process manager built in Deno
Go to Latest
interface ProcessInformation
import { type ProcessInformation } from "https://deno.land/x/pup@1.0.0-alpha-7/lib/core/process.ts";

Properties

id: string
optional
code: number
optional
signal: number
optional
pid: number
optional
started: Date
optional
exited: Date
optional
blocked: boolean
optional
restarts: number
updated: Date