<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSearchForAccountsIntentResponseCode/inProgress",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INSearchForAccountsIntentResponseCode@INSearchForAccountsIntentResponseCodeInProgress"
  },
  "title" : "INSearchForAccountsIntentResponseCode.inProgress"
}
-->

# INSearchForAccountsIntentResponseCode.inProgress

The search is still in progress.

```
case inProgress
```

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)