Process.exitValue

Process.exitValue

Class Overview | Class Members | This Package | All Packages

Syntax
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.