request_quit

Function request_quit 

Source
pub fn request_quit()
Expand description

Requests that the applet is terminated gracefully.

The module will not quit immediately but will continue running its current update loop.

The host is free to ignore this request, delay it, or ask the user for confirmation.