| UpdateState Enumeration |
Namespace: Kjs.AppLife.Update.Engine.Core
| Member name | Value | Description | |
|---|---|---|---|
| Prepare | 0 | The update is preparing actions by calling Prepare(UpdateContext). | |
| Execute | 1 | The update is executing actions by calling Execute(UpdateContext). | |
| Cleanup | 2 | The update is cleaning up actions by calling Cleanup(UpdateContext). | |
| RollbackPrepare | 3 | The update is finishing rollbacks by calling RollbackPrepare(UpdateContext). | |
| RollbackExecute | 4 | The update is rolling back by calling RollbackExecute(UpdateContext). |