API Reference / @gtkx/runtime / quit
Variable: quit
constquit: () =>void
Defined in: runtime/dist/lifecycle.d.ts:26
Runs every registered exit callback and shuts down the native runtime. Safe to call more than once; only the first call takes effect.
Returns
void