---
title: completeRequest()
framework: fileproviderui
role: symbol
role_heading: Instance Method
path: fileproviderui/fpuiactionextensioncontext/completerequest()
---

# completeRequest()

Marks the action as complete.

## Declaration

```swift
func completeRequest()
```

## Mentioned in

Adding Actions to the Context Menu

## Discussion

Discussion Call this method when the action completes successfully.

## See Also

### Completing the Action

- [cancelRequest(withError:)](fileproviderui/fpuiactionextensioncontext/cancelrequest(witherror:).md)
