// Date: 30.01.2013
// TODO we need to check whether waiting til nohup process has
// started is sufficient
// Reason: on Linux update process did not always start
VSwingUtil.newWaitController().requestWait(new ProceedRequest() {
@Override
public boolean proceed() {
return System.currentTimeMillis() - timeStamp > 3000;
}
});