oqueeh
.net
All topics
>
C#
Get exit code of a child process using C#
process
.
WaitForExit
();
int
exitCode
=
process
.
ExitCode
;
References:
process - How to run and get output from another application using C# - Stack Overflow - stackoverflow.com