Function deskulpt::commands::exit_app

source ยท
pub(crate) fn exit_app<R: Runtime>(
    app_handle: AppHandle<R>,
    settings: Settings,
) -> Result<(), String>
Expand description

Command for cleaning up and exiting the application.

This command will try to save the widget internals for persistence before exiting the application, but failure to do so will not prevent the application from exiting.