---
title: PHASEEngine.UpdateMode.automatic
framework: phase
role: symbol
role_heading: Case
path: phase/phaseengine/updatemode/automatic
---

# PHASEEngine.UpdateMode.automatic

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

## Declaration

```swift
case automatic
```

## Discussion

Discussion In this mode, the framework updates internal states at an optimized rate opaque to the app.

## See Also

### Modes

- [PHASEEngine.UpdateMode.manual](phase/phaseengine/updatemode/manual.md)
