Click or drag to resize
UpdateState Enumeration
Defines the possible states for an update in progress.

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 UpdateState
Members
  Member nameValueDescription
Prepare0 The update is preparing actions by calling Prepare(UpdateContext).
Execute1 The update is executing actions by calling Execute(UpdateContext).
Cleanup2 The update is cleaning up actions by calling Cleanup(UpdateContext).
RollbackPrepare3 The update is finishing rollbacks by calling RollbackPrepare(UpdateContext).
RollbackExecute4 The update is rolling back by calling RollbackExecute(UpdateContext).
See Also