---
title: INPlayMediaIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/inplaymediaintentresponsecode/inprogress
---

# INPlayMediaIntentResponseCode.inProgress

The app is preparing to play the media content.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Respond with this code when your app needs more time to load the media before playing it.

## See Also

### App

- [INPlayMediaIntentResponseCode.success](intents/inplaymediaintentresponsecode/success.md)
