kdelibs/kdecore kprocctrl.cpp,1.46,1.47 kprocctrl.h,1.23,1.24 Author: waba Modified Files: kprocctrl.cpp kprocctrl.h Log Message: + /** + * Wait for any process to exit and handle their exit without + * starting an event loop. + * This function may cause KProcess to emit any of its signals. + * + * @return true if a process exited, false + * if no process exited within @p timeout seconds. + */ + bool waitForProcessExit(int timeout);