---
title: "finishEnumeratingChanges(upTo:moreComing:)"
framework: fileprovider
role: symbol
role_heading: Instance Method
path: "fileprovider/nsfileproviderchangeobserver/finishenumeratingchanges(upto:morecoming:)"
---

# finishEnumeratingChanges(upTo:moreComing:)

Tells the observer that all of the changes have been enumerated up to the specified sync anchor.

## Declaration

```swift
func finishEnumeratingChanges(upTo anchor: NSFileProviderSyncAnchor, moreComing: Bool)
```

## Parameters

- `anchor`: An object used to identify the end of the current batch of changes.
- `moreComing`: A Boolean value that indicates the file provider still has one or more batches of pending changes.

## See Also

### Observing Changes

- [didDeleteItems(withIdentifiers:)](fileprovider/nsfileproviderchangeobserver/diddeleteitems(withidentifiers:).md)
- [didUpdate(_:)](fileprovider/nsfileproviderchangeobserver/didupdate(_:).md)
- [finishEnumeratingWithError(_:)](fileprovider/nsfileproviderchangeobserver/finishenumeratingwitherror(_:).md)
- [suggestedBatchSize](fileprovider/nsfileproviderchangeobserver/suggestedbatchsize.md)
