Process.exitValue
Class Overview | Class Members |
This Package |
All Packages
public abstract int exitValue()
Returns
the exit value of the subprocess.
Description
Returns the exit value for the subprocess.
Exceptions
IllegalThreadStateException
if the subprocess has not yet
terminated.
Send feedback to MSDN.Look here for MSDN Online resources.