Skip to main content

success

property Deno.CommandStatus.success

If the child process exits with a 0 status code, success will be set to true, otherwise false.

boolean
Back to top