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.