progress waitfor


http://topic.csdn.net/u/20070228/10/418a365d-cc3f-4ab7-ae4c-ccda40963a11.html

http://www.cnblogs.com/xxpal/articles/824963.html

http://hi.baidu.com/danghj/blog/item/211b14d7b86778d4a144df15.html

exitValue
public abstract int exitValue()返回子进程的出口值。
返回:
此 Process 对象表示的子进程的出口值。根据惯例,值 0 表示正常终止。
抛出:
IllegalThreadStateException - 如果此 Process 对象表示的子进程尚未终止。

http://walsh.iteye.com/blog/449051

http://www.iteye.com/topic/72403

你可能感兴趣的:(html,.net,Blog)