ControllerOperation Enumeration
Defines the possible operations that an update controller can be performing.
[Visual Basic]
Public Enum ControllerOperation
[C#]
public enum ControllerOperation
Namespace: Kjs.AppLife.Update.Web
Assembly: Kjs.AppLife.Update.Web (in Kjs.AppLife.Update.Web.dll)
Members
Member name |
Description |
ApplyUpdate |
The controller is applying an update. |
CheckForUpdate |
The controller is checking for updates. |
DownloadUpdate |
The controller is downloading an update. |
None |
The controller is not performing an operation. |
See Also