property Deno.CommandStatus.success
If the child process exits with a 0 status code, success
will be set
to true
, otherwise false
.
Type Jump to heading
boolean
If the child process exits with a 0 status code, success
will be set
to true
, otherwise false
.
boolean