---
title: INSearchForAccountsIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insearchforaccountsintentresponsecode/inprogress
---

# INSearchForAccountsIntentResponseCode.inProgress

The search is still in progress.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Return this code if the search is running but you are unable to return the results after a few seconds of having your handler called. You might use this code when performing the search requires communicating with your server and you have not yet received a confirmation from that server. When handling an intent, you might want to first configure a timer to fire if your server does not return within a few seconds. Use your timer’s handler block to provide the in-progress response back to Siri.

## See Also

### Constants

- [INSearchForAccountsIntentResponseCode.unspecified](intents/insearchforaccountsintentresponsecode/unspecified.md)
- [INSearchForAccountsIntentResponseCode.ready](intents/insearchforaccountsintentresponsecode/ready.md)
- [INSearchForAccountsIntentResponseCode.success](intents/insearchforaccountsintentresponsecode/success.md)
- [INSearchForAccountsIntentResponseCode.failure](intents/insearchforaccountsintentresponsecode/failure.md)
- [INSearchForAccountsIntentResponseCode.failureNotEligible](intents/insearchforaccountsintentresponsecode/failurenoteligible.md)
- [INSearchForAccountsIntentResponseCode.failureRequiringAppLaunch](intents/insearchforaccountsintentresponsecode/failurerequiringapplaunch.md)
- [INSearchForAccountsIntentResponseCode.failureCredentialsUnverified](intents/insearchforaccountsintentresponsecode/failurecredentialsunverified.md)
- [INSearchForAccountsIntentResponseCode.failureAccountNotFound](intents/insearchforaccountsintentresponsecode/failureaccountnotfound.md)
- [INSearchForAccountsIntentResponseCode.failureTermsAndConditionsAcceptanceRequired](intents/insearchforaccountsintentresponsecode/failuretermsandconditionsacceptancerequired.md)
