Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.10/lib/types/runner.ts";

Properties

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