<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEFilterDataProvider/resumeFlow(_:with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEFilterDataProvider(im)resumeFlow:withVerdict:"
  },
  "title" : "resumeFlow(_:with:)"
}
-->

# resumeFlow(_:with:)

Resumes a previously-paused flow.

```
func resumeFlow(_ flow: NEFilterFlow, with verdict: NEFilterVerdict)
```

## Discussion

The provider calls this method to resume a flow that the provider previously paused by returning a pause verdict.

---

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)