Output redirection options.
Union case | Description |
Full Usage:
Redirect
|
Redirect the process output. This allows you to capture the output with Cmd.result, but does not print the output the console. |
Full Usage:
RedirectToBoth
|
Redirects the process output and prints to the console. This allows you to capture the output with Cmd.result and prints the output to the console. |