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

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public enum UpdateResult
Members
  Member nameValueDescription
Success0 The update completed successfully.
Cancelled1 The update was canceled and did not complete.
Fail2 The update failed due to an error.
See Also