import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { CommandStatus } = Deno;
Properties
If the child process exits with a 0 status code, success
will be set
to true
, otherwise false
.
signal: Signal | null
The signal associated with the child process.