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

x/pup/lib/types/runner.ts>RunnerResult

Universal process manager built in Deno
Go to Latest
interface RunnerResult
import { type RunnerResult } from "https://deno.land/x/pup@1.0.0-rc.2/lib/types/runner.ts";

Properties

success: boolean
optional
code: number
optional
signal: Deno.Signal | null