Deconstructs the BufferedProcessResult into its exit code and output strings.
public void Deconstruct(scoped out int exitCode, scoped out string stdout, scoped out string stderr)
The process exit code.
The process standard output.
The process standard error.