Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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-5/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