isWindowUsable
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / main/window/windowValidation / isWindowUsable
Function: isWindowUsable()
isWindowUsable(
win:any):boolean
Defined in: main/window/windowValidation.js:10
Determines whether the provided BrowserWindow is still usable.
Parametersβ
winβ
any
Candidate BrowserWindow instance.
Returnsβ
boolean
True when the window and its webContents remain alive.