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