Namespace: Busy.Bar
Step of the firmware update/installation process currently in progress.
Inheritance Object → ValueType → Enum → UpdateAction
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|
| Download | 0 | Downloading the update package. |
| ShaVerification | 1 | Verifying the SHA checksum of the downloaded update package. |
| Unpack | 2 | Unpacking the update package. |
| Prepare | 3 | Preparing the unpacked update contents for installation. |
| Apply | 4 | Applying the update, typically followed by a device reboot. |
| None | 5 | No update action is currently in progress. |