Identifies the possible states of an update display control.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
SyntaxPublic Enumeration UpdateState
public enum class UpdateState
Members
| Member name | Value | Description |
---|
| Idle | 0 |
The update control is not performing any actions.
|
| Checking | 1 |
The update control is checking for an update.
|
| NoUpdateAvailable | 2 |
The update control has completed a check, and no updates are available.
|
| Downloading | 3 |
The update control is downloading an update.
|
| ReadyToApply | 4 |
The update control has downloaded an update, and is ready to apply it.
|
| Updating | 5 |
The update control has initiated an update process.
|
See Also