297298299300301302303304305306307
while (builder.isAlive()) { Thread.sleep(100); if (mon.isCanceled()) { builder.stop(); } } }