Result of a child process execution.
ProcessRunner.Run — returns this after the process exits or times out.
Process exit code (0 = success). Set to 1 on spawn errors.
0
1
Accumulated stderr output from the process.
Accumulated stdout output from the process.
Whether the process was killed due to exceeding ProcessOptions.TimeoutMs.
Result of a child process execution.
See
ProcessRunner.Run — returns this after the process exits or times out.