Deprecated
Use the Deno.Command API instead.
import { type Deno } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.deno.unstable.d.ts";
const { ChildStatus } = Deno;
UNSTABLE: New API, yet to be vetted.
Properties
If the child process exits with a 0 status code, success
will be set
to true
, otherwise false
.
The signal associated with the child process, present if
Deno.spawn
was called.