<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "PHASE",
  "identifier" : "/documentation/PHASE/PHASEEngine/UpdateMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PHASE"
    ],
    "preciseIdentifier" : "c:@E@PHASEUpdateMode"
  },
  "title" : "PHASEEngine.UpdateMode"
}
-->

# PHASEEngine.UpdateMode

Modes that determine when the framework consumes API calls and updates internal state.

```
enum UpdateMode
```

## Overview

To define the manner in which PHASE processes commands and updates internal state, select an option from this enumeration and pass it to the `updateMode` parameter of the [`PHASEEngine`](/documentation/PHASE/PHASEEngine) initializer, [`init(updateMode:)`](/documentation/PHASE/PHASEEngine/init(updateMode:)).

## Topics

### Modes

[`PHASEEngine.UpdateMode.automatic`](/documentation/PHASE/PHASEEngine/UpdateMode/automatic)

A mode that indicates PHASE sets the timing of state adjustments.

[`PHASEEngine.UpdateMode.manual`](/documentation/PHASE/PHASEEngine/UpdateMode/manual)

A mode that indicates the app controls when the framework adjusts state.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)