352353354355356357358359360361362
wait = false; } } // Now the queries can be started System.out.print("The RunQueriesTask is starting .."); runQueriesTask.go(); System.out.println(runQueriesTask.getMessage()); // Wait till the task is done wait=true; while(wait){ try{