<!--
{
  "availability" : [
    "macOS: 10.12.2 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSScrubber/performSequentialBatchUpdates(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSScrubber(im)performSequentialBatchUpdates:"
  },
  "title" : "performSequentialBatchUpdates(_:)"
}
-->

# performSequentialBatchUpdates(_:)

Combines multiple scrubber content updates into a single action.

```
func performSequentialBatchUpdates(_ updateBlock: () -> Void)
```

## Parameters

`updateBlock`

A block that represents the combination of insertion, removal, moving, and reloading instructions that should be performed simultaneously.

---

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)