KnownState enum
Represents the current state of the update as it relates to this stamp. This includes phases such as preparation, installation, scanning, and error handling, providing insight into the update's progress and any issues encountered.
Fields
| AdditionalContentRequired | Additional content is required to proceed with the update. |
| DownloadFailed | The update download failed. |
| Downloading | The update is currently being downloaded. |
| HasPrerequisite | The update has prerequisites that must be fulfilled before it can proceed. |
| HealthCheckFailed | The health check failed, preventing the update from proceeding. |
| HealthChecking | A health check is being performed before applying the update. |
| InstallationFailed | The update installation failed. |
| Installed | The update has been successfully installed. |
| Installing | The update is currently being installed. |
| Invalid | The update is invalid and cannot be applied. |
| NotApplicableBecauseAnotherUpdateIsInProgress | The update cannot be applied because another update is currently in progress. |
| Obsolete | The update is obsolete and no longer applicable. |
| PreparationFailed | The update preparation phase failed. |
| Preparing | The update is currently in the preparation phase. |
| Ready | The update is ready to be installed. |
| ReadyToInstall | The update is ready to be installed after successful preparation and checks. |
| Recalled | The update has been recalled and should not be applied. |
| ScanFailed | The scan for updates failed. |
| ScanInProgress | The system is scanning for updates. |