UpdateCheckEvent
Namespace: Busy.Bar
Lifecycle event most recently reported by the firmware update availability check.
public enum UpdateCheckEvent
Inheritance Object → ValueType → Enum → UpdateCheckEvent
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Start | 0 | An update availability check has started. |
| Stop | 1 | The update availability check has finished. |
| None | 2 | No update availability check is currently active. |