---
title: INSearchForMediaIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insearchformediaintentresponsecode/inprogress
---

# INSearchForMediaIntentResponseCode.inProgress

The app is currently trying to process the search request.

## Declaration

```swift
case inProgress
```

## Discussion

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

## See Also

### Response Code

- [INSearchForMediaIntentResponseCode.unspecified](intents/insearchformediaintentresponsecode/unspecified.md)
- [INSearchForMediaIntentResponseCode.ready](intents/insearchformediaintentresponsecode/ready.md)
- [INSearchForMediaIntentResponseCode.continueInApp](intents/insearchformediaintentresponsecode/continueinapp.md)
- [INSearchForMediaIntentResponseCode.success](intents/insearchformediaintentresponsecode/success.md)
- [INSearchForMediaIntentResponseCode.failure](intents/insearchformediaintentresponsecode/failure.md)
- [INSearchForMediaIntentResponseCode.failureRequiringAppLaunch](intents/insearchformediaintentresponsecode/failurerequiringapplaunch.md)
