Click or drag to resize
UpdateResult Enumeration
Defines the possible results of a logged update.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public enum UpdateResult
Members
  Member nameValueDescription
Success0 The update was successfully applied.
Failure1 The update failed.
Cancellation2 The update was cancelled before it could complete.
See Also