Type Alias: UpdateStatus
UpdateStatus =
"available"
|"checking"
|"downloaded"
|"downloading"
|"error"
|"idle"
Defined in: electron/services/updater/AutoUpdaterService.ts:21
Status of the application update process.
UpdateStatus =
"available"
|"checking"
|"downloaded"
|"downloading"
|"error"
|"idle"
Defined in: electron/services/updater/AutoUpdaterService.ts:21
Status of the application update process.