ShellExecuteResult
Defined in: namespaces.ts:631
Result from shell.execute().
Properties
Section titled “Properties”exitCode
Section titled “exitCode”exitCode:
number
Defined in: namespaces.ts:633
Process exit code.
stdout
Section titled “stdout”stdout:
string
Defined in: namespaces.ts:635
Standard output (UTF-8). Truncated to 10MB.
stderr
Section titled “stderr”stderr:
string
Defined in: namespaces.ts:637
Standard error (UTF-8). Truncated to 10MB.