state property
The update state of an OS update. Possible string values are:
- "updateStateUnspecified" : The update state is unspecified.
- "updateStateNotStarted" : There is an update pending but it hasn't started.
- "updateStateDownloadInProgress" : The pending update is being downloaded.
- "updateStateNeedReboot" : The device is ready to install the update, but must reboot.
Implementation
core.String? state;