Skip to main content

setAutoUpdaterInitialized

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / main/state/appState / setAutoUpdaterInitialized

Function: setAutoUpdaterInitialized()

setAutoUpdaterInitialized(isInitialized: boolean, options?: StateUpdateOptions): void

Defined in: main/state/appState.ts:271

Sets whether the auto-updater has been initialized for the current window lifecycle.

Parameters​

isInitialized​

boolean

True after setup and update checks have started.

options?​

StateUpdateOptions

Additional metadata forwarded to the state manager.

Returns​

void