!7 module FreezeUserInterface > DynSingleFunction { void doIt { print("Uh oh. Freezing user interface!"); sleepSeconds(1); swing { Thread.sleep(10*60*1000); // 10 minutes } } }