Skip to main content

Function: isStarted()

isStarted(): boolean

Defined in: packages/ffi/src/native/lifecycle.ts:24

Checks if the GTK application runtime is currently running. Returns false in forked child processes where GTK state is invalid.

Returns

boolean

true if start has been called and stop has not