---
title: INSearchForBillsIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insearchforbillsintentresponsecode/inprogress
---

# INSearchForBillsIntentResponseCode.inProgress

The search is still in progress.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Return this code if the search is running but you’re unable to return the results after a few seconds of having your handler called.

## See Also

### Constants

- [INSearchForBillsIntentResponseCode.unspecified](intents/insearchforbillsintentresponsecode/unspecified.md)
- [INSearchForBillsIntentResponseCode.ready](intents/insearchforbillsintentresponsecode/ready.md)
- [INSearchForBillsIntentResponseCode.success](intents/insearchforbillsintentresponsecode/success.md)
- [INSearchForBillsIntentResponseCode.failure](intents/insearchforbillsintentresponsecode/failure.md)
- [INSearchForBillsIntentResponseCode.failureRequiringAppLaunch](intents/insearchforbillsintentresponsecode/failurerequiringapplaunch.md)
- [INSearchForBillsIntentResponseCode.failureCredentialsUnverified](intents/insearchforbillsintentresponsecode/failurecredentialsunverified.md)
- [INSearchForBillsIntentResponseCode.failureBillNotFound](intents/insearchforbillsintentresponsecode/failurebillnotfound.md)
