Skip to main content

UpdateEvent

Namespace: Busy.Bar

Lifecycle event most recently reported by the firmware update/installation process.

public enum UpdateEvent

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

Fields

NameValueDescription
SessionStart0An update installation session has started.
SessionStop1The update installation session has ended.
ActionBegin2A new action within the update process (see UpdateAction) has begun.
ActionDone3The current action within the update process has completed.
DetailChange4The UpdateInstallStatus.Detail string for the current action has changed.
ActionProgress5Progress was made on the current action (e.g. more bytes downloaded).
None6No update event is currently active.