Skip to main content

Variable: UPDATE_STATUS

const UPDATE_STATUS: {
AVAILABLE: "available";
CHECKING: "checking";
DOWNLOADED: "downloaded";
DOWNLOADING: "downloading";
ERROR: "error";
IDLE: "idle";
};

Defined in: shared/types/events.ts:813

Enumerated auto-update statuses shared across layers.

Type Declarationโ€‹

AVAILABLEโ€‹

readonly AVAILABLE: "available" = "available";

CHECKINGโ€‹

readonly CHECKING: "checking" = "checking";

DOWNLOADEDโ€‹

readonly DOWNLOADED: "downloaded" = "downloaded";

DOWNLOADINGโ€‹

readonly DOWNLOADING: "downloading" = "downloading";

ERRORโ€‹

readonly ERROR: "error" = "error";

IDLEโ€‹

readonly IDLE: "idle" = "idle";