---
title: "resumeFlow(_:with:)"
framework: networkextension
role: symbol
role_heading: Instance Method
path: "networkextension/nefilterdataprovider/resumeflow(_:with:)"
---

# resumeFlow(_:with:)

Resumes a previously-paused flow.

## Declaration

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

## Discussion

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