Click or drag to resize
UpdateState Enumeration
Identifies the possible states of an update display control.

Namespace: Kjs.AppLife.Update.Wpf
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
public enum UpdateState
Members
  Member nameValueDescription
Idle0 The update control is not performing any actions.
Checking1 The update control is checking for an update.
NoUpdateAvailable2 The update control has completed a check, and no updates are available.
Downloading3 The update control is downloading an update.
ReadyToApply4 The update control has downloaded an update, and is ready to apply it.
Updating5 The update control has initiated an update process.
See Also