ProcessExecutionResult Properties |
The ProcessExecutionResult type exposes the following members.
Name | Description | |
---|---|---|
ExitCode |
The exit code of the process.
If this value is 0, he process is considered to be successfull.
| |
Output |
The process output as string, or null.
|