console.print(event.getText(), contentType);
}
});
osph.startNotify();
osph.waitFor();
osph.destroyProcess(); //is that needed if waitFor has returned?
successfullyStopped = osph.getProcess().exitValue() == 0;
} catch (IOException e) {
LOG.error(e);
}