CommandStatus$Typings extension
Properties
- code ↔ num
-
Available on CommandStatus, provided by the CommandStatus$Typings extension
The exit code of the child process.getter/setter pair - signal ↔ Signal?
-
Available on CommandStatus, provided by the CommandStatus$Typings extension
The signal associated with the child process.getter/setter pair - success ↔ bool
-
Available on CommandStatus, provided by the CommandStatus$Typings extension
If the child process exits with a 0 status code,success
will be set totrue
, otherwisefalse
.getter/setter pair