execOutsideUI{}
Purpose
Executes a block of code outside of the UI Thread.Examples
class SampleController { def action = { evt = null -> execOutsideUI { // long running computation } } }
(Quick Reference)
execOutsideUI{}PurposeExecutes a block of code outside of the UI Thread.Examplesclass SampleController { def action = { evt = null -> execOutsideUI { // long running computation } } } DescriptionSee the threading section for more information about this method and others like it. |
AddonsCommand LineGriffon Shell |