ow.ping();
}
log.println("CheckModuleAPI: waiting... " + count);
utils.shortWait(timeOut);
if (ow != null) {
ow.ping();
}
// check for changes in the output stream. If there are no changes, the process maybe hangs
if (procHdl.getOutputText().equals(memText)) {
changedText = false;
}