shell.ChildProcess
#
Properties#
code• code: null
| number
Exit code of the process. null
if the process was terminated by a signal on Unix.
#
Defined in#
signal• signal: null
| number
If the process was terminated by a signal, represents that signal.
#
Defined in#
stderr• stderr: string
The data that the process wrote to stderr
.
#
Defined in#
stdout• stdout: string
The data that the process wrote to stdout
.