Skip to main content

Interface: UpdateStatusEventData

Defined in: src/types/events.ts:93

Event data for update status changes

Propertiesโ€‹

error?โ€‹

readonly optional error: string

Defined in: src/types/events.ts:95

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global\_Objects/Error message if status is error


info?โ€‹

readonly optional info: UpdateReleaseInfo

Defined in: src/types/events.ts:97

Update information if available


progress?โ€‹

readonly optional progress: number

Defined in: src/types/events.ts:99

Progress percentage (0-100)


statusโ€‹

readonly status: "error" | "available" | "checking" | "downloaded" | "downloading" | "idle"

Defined in: src/types/events.ts:101

Current update status