AppUpdateStatus
Indicates the result of an application update check performed by
AppUpdateService.
Items 7
| History | Name | Value | Description | |
|---|---|---|---|---|
| 455 | Unknown | 0 | The default state before any update check has been performed. | |
| 455 | NotSupported | 1 | The platform does not support application updates. | |
| 455 | Failed | 2 | The update check failed due to an error such as a network failure or missing initialization. | |
| 455 | NotAvailable | 3 | No update is currently required; the client is already running the latest version for its channel. | |
| 455 | Available | 4 | An update is available through a public channel or production deployment. | |
| 642 | AvailableBoundChannel | 5 | An update is available because the user is explicitly bound to a private or public channel. | |
| 691 | AvailableBetaProgram | 6 | An update is available because the user opted into a beta program backed by a channel. |
Description
Indicates the result of an application update check performed by
CheckForUpdate(). The returned status tells the Lua app layer whether an
update is available, what kind of channel assignment produced it, or whether
the check was unsupported or failed.
History 8
- 691 Add AvailableBetaProgram
- 642 Add AvailableBoundChannel
- 455 Add Unknown
- 455 Add NotSupported
- 455 Add NotAvailable
- 455 Add Failed
- 455 Add Available
- 455 Add AppUpdateStatus