The numeric exit code of the process that was run.
Whether the process failed to run.
Whether the process was killed.
Optional
signalThe name of the signal that was used to terminate the process. For example, SIGFPE
.
If a signal terminated the process, this property is defined and included in the error message. Otherwise it is undefined
.
Optional
signalA human-friendly description of the signal that was used to terminate the process. For example, Floating point arithmetic error
.
If a signal terminated the process, this property is defined and included in the error message. Otherwise it is undefined
. It is also undefined
when the signal is very uncommon which should seldomly happen.
The output of the process on stderr.
The output of the process on stdout.
Whether the process timed out.
The file and arguments that were run.