Skip to content

API Reference / @gtkx/runtime / quit

Variable: quit

const quit: () => 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

Released under the MPL-2.0 License.