API Reference / @gtkx/runtime / onExit
Variable: onExit
constonExit: (callback) =>void
Defined in: runtime/dist/lifecycle.d.ts:21
Registers a callback to run once when the process quits, before the native runtime is torn down.
Parameters
callback
() => void
Invoked during shutdown.
Returns
void