Skip to main content

Module Lifecycle

Module Lifecycle 

Source
Expand description

Lifecycle domain handlers for Wind IPC.

Functionsยง

handle_lifecycle_get_phase
Return the current application lifecycle phase (1-4).
handle_lifecycle_request_shutdown
Initiate a graceful application shutdown via Tauri.
handle_lifecycle_when_phase
Wait (poll) until the application reaches at least the requested phase. Returns immediately if the phase has already been reached.