ControllerUpdateState Enumeration
Defines the possible states for a controller's update information.
[Visual Basic]
Public Enum ControllerUpdateState
[C#]
public enum ControllerUpdateState
Namespace: Kjs.AppLife.Update.Web
Assembly: Kjs.AppLife.Update.Web (in Kjs.AppLife.Update.Web.dll)
Members
Member name |
Description |
None |
The controller has no update information. (CheckForUpdate() has not yet completed successfully). |
UpdateApplied |
An ApplyUpdate has been called. |
UpdateDownloaded |
The controller has found and downloaded an update, and is ready to apply it. |
UpdateFound |
The controller has found an update, but has not downloaded it. (CheckForUpdate() has completed successfully but DownloadUpdate has not). |
See Also