Returns the exit value for the subprocess.
@return the exit value of the subprocess represented by this Process object. by convention, the value 0 indicates normal termination.
@exception IllegalThreadStateException if the subprocess represented by this Process object has not yet terminated.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.