CommandStatus$Typings extension

on

Properties

code num
The exit code of the child process.
getter/setter pair
signal Signal?
The signal associated with the child process.
getter/setter pair
success bool
If the child process exits with a 0 status code, success will be set to true, otherwise false.
getter/setter pair