UpdateUIState Enumeration |
Defines the possible states for an update UI showing an update in progress.
Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic enum UpdateUIState
Public Enumeration UpdateUIState
public enum class UpdateUIState
Members
| Member name | Value | Description |
---|
| Extracting | 0 |
The update files are currently being extracted. Progress information is not
available during extraction.
|
| Updating | 1 |
The update is being performed. Progress information is available.
|
| Paused | 2 |
The update is being performed, but is currently paused. Progress information
is available.
|
See Also