---
title: INAddMediaIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/inaddmediaintentresponsecode/inprogress
---

# INAddMediaIntentResponseCode.inProgress

The app is currently trying to process the add media request.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion When handling the intent, return this code if it may take more than a few seconds to add the media.

## See Also

### Response Code

- [INAddMediaIntentResponseCode.unspecified](intents/inaddmediaintentresponsecode/unspecified.md)
- [INAddMediaIntentResponseCode.ready](intents/inaddmediaintentresponsecode/ready.md)
- [INAddMediaIntentResponseCode.success](intents/inaddmediaintentresponsecode/success.md)
- [INAddMediaIntentResponseCode.handleInApp](intents/inaddmediaintentresponsecode/handleinapp.md)
- [INAddMediaIntentResponseCode.failure](intents/inaddmediaintentresponsecode/failure.md)
- [INAddMediaIntentResponseCode.failureRequiringAppLaunch](intents/inaddmediaintentresponsecode/failurerequiringapplaunch.md)
