Click or drag to resize

ProcessExecutionResult Properties

The ProcessExecutionResult type exposes the following members.

Properties
  NameDescription
Public propertyExitCode
The exit code of the process. If this value is 0, he process is considered to be successfull.
Public propertyOutput
The process output as string, or null.
Top
See Also