Click or drag to resize
UpdateUIState Enumeration
Defines the possible states for an update UI showing an update in progress.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public enum UpdateUIState
Members
  Member nameValueDescription
Extracting0 The update files are currently being extracted. Progress information is not available during extraction.
Updating1 The update is being performed. Progress information is available.
Paused2 The update is being performed, but is currently paused. Progress information is available.
See Also