Function: stop()
stop():
void
Defined in: packages/ffi/src/native.ts:79
Stops the GTK application and cleans up the keep-alive timer. Emits the "stop" event before shutting down to allow cleanup. This function is idempotent - calling it when not started does nothing.
Returns
void