changed: - Signature: <pycode>dabo.ui.yieldUI(*args, **kwargs)</pycode> Description: Yields control to pending messages in the windowing system. This can be useful, for example, when a time-consuming process writes to a text window. Without an occasional yield, the text window will not be updated properly, and on systems with cooperative multitasking, such as Windows 3.1 other processes will not respond. Returns: None Comments: Rarely used, but may be necessary in some processor-intensive applications.