---
title: foreground
framework: appintents
role: symbol
role_heading: Type Property
path: appintents/intentmodes/foreground
---

# foreground

A value that indicates the action needs to run in the foreground.

## Declaration

```swift
static var foreground: IntentModes { get }
```

## Discussion

Discussion This value is equivalent to the immediate mode.
