Skip to main content

Dismiss the Currently Displayed Config UI (xui.dismiss)

Declaration

xui.dismiss()

Description

Attempt to let the App dismiss the configuration UI and return to the main screen.
This function is non-blocking and has no return value. If no configuration UI is currently displayed, it merely foregrounds the App and does nothing else.
See the config UI standard: XUI

Examples

xui.dismiss()