Click or drag to resize
UpdateStartingResponse Enumeration
Defines the possible responses to an update starting notification.

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 UpdateStartingResponse
Members
  Member nameValueDescription
CloseAndUpdate0 Apply the update and close the application. After the event is handled, the application will be closed by the UpdateController.
UpdateWithoutClosing1 Apply the update without closing the application.
CancelUpdate2 Cancel the update. The application will not be closed by the UpdateController and the update will be aborted.
See Also