UpdateEvent
Namespace: Busy.Bar
Lifecycle event most recently reported by the firmware update/installation process.
public enum UpdateEvent
Inheritance Object → ValueType → Enum → UpdateEvent
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| SessionStart | 0 | An update installation session has started. |
| SessionStop | 1 | The update installation session has ended. |
| ActionBegin | 2 | A new action within the update process (see UpdateAction) has begun. |
| ActionDone | 3 | The current action within the update process has completed. |
| DetailChange | 4 | The UpdateInstallStatus.Detail string for the current action has changed. |
| ActionProgress | 5 | Progress was made on the current action (e.g. more bytes downloaded). |
| None | 6 | No update event is currently active. |