Skip to main content

UpdateCheckResultStatus

Namespace: Busy.Bar

Result of the firmware update availability check.

public enum UpdateCheckResultStatus

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

Fields

NameValueDescription
Available0An update is available.
NotAvailable1No update is available; the device is already on the latest version.
Failure2The update availability check failed.
None3No check result is available yet.