8.02 system.gui.messageBox Functionally

system.gui.messageBox is a modal interrupt - meaning that it blocks everything on the ‘Event Dispatch Thread’ (a Java Swing UI concept). All script handling will be interrupted, unless you’ve specifically created an asynchronous thread before calling your message box.

1 Like