Skip to main content

Module Update

Module Update 

Source
Expand description

Update service atoms - update:* channel stubs. Land has no update server; all methods return idle/true/null so the workbench shows “up to date” and doesn’t retry.

Modules§

ApplyUpdate
Wire method: update:applyUpdate. No-op - Land has no update server.
CheckForUpdates
Wire method: update:checkForUpdates. No-op - Land has no update server.
DownloadUpdate
Wire method: update:downloadUpdate. No-op - Land has no update server.
GetInitialState
Wire method: update:_getInitialState. Returns { type: "idle" } so the workbench renders “up to date”.
IsLatestVersion
Wire method: update:isLatestVersion. Always returns true - Land has no update server.
QuitAndInstall
Wire method: update:quitAndInstall. No-op - Land has no update server.