---
title: "searchableIndexDidFinishThrottle(_:)"
framework: corespotlight
role: symbol
role_heading: Instance Method
path: "corespotlight/cssearchableindexdelegate/searchableindexdidfinishthrottle(_:)"
---

# searchableIndexDidFinishThrottle(_:)

Tells the delegate that the index throttling has finished.

## Declaration

```swift
optional func searchableIndexDidFinishThrottle(_ searchableIndex: CSSearchableIndex)
```

## Parameters

- `searchableIndex`: The index that was throttled.

## Discussion

Discussion If the system previously throttled the indexing process for your app, it calls this method when throttling ends. For example, it might call this method after someone plugs in their device to charge it. Use this method to resume your app’s standard indexing behavior.

## See Also

### Monitoring Spotlight status

- [searchableIndexDidThrottle(_:)](corespotlight/cssearchableindexdelegate/searchableindexdidthrottle(_:).md)
