Ejemplo n.º 1
0
 public int execute() {
   while (waitingForGUI) {
     Time.sleep(500);
   }
   if (Widgets.getContinue() != null) {
     Widgets.clickContinue();
   }
   return JobsHandler.run();
 }