Communicate Result
Result tuple of Process.communicate().
Parameters
exit Code
process exit code. Is 0 if the process terminated normally
output
stdout pipe output, or empty if stdout wasn't a pipe
errors
stderr pipe output, or empty if stderr wasn't a pipe
Properties
Functions
Link copied to clipboard
Check that the process exited normally, ie with exitCode 0. If not, throw ProcessExitException.