Util.Yield() Method

Yields for events and the user interface. Use this in scripts as often as practical.

Syntax

Util.Yield()

The method syntax has these parts:

Part Description
Return (Nothing) Does not return a value.

Remarks

Call this as often as practical to keep the user interface and timers alive. Will raise an error if the console script was aborted prior to calling Yield.