Type Alias: UpdateStatus
UpdateStatus =
"available"
|"checking"
|"downloaded"
|"downloading"
|"error"
|"idle"
Defined in: src/stores/types.ts:127
Application update status enumeration.
Remarksโ
Represents the various states of the application update process, from initial idle state through checking, downloading, and completion. Used by the updates store to track update progress and display appropriate UI states to the user.