Skip to main content

UpdateAction

Namespace: Busy.Bar

Step of the firmware update/installation process currently in progress.

public enum UpdateAction

Inheritance ObjectValueTypeEnum → UpdateAction
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Download0Downloading the update package.
ShaVerification1Verifying the SHA checksum of the downloaded update package.
Unpack2Unpacking the update package.
Prepare3Preparing the unpacked update contents for installation.
Apply4Applying the update, typically followed by a device reboot.
None5No update action is currently in progress.