---
title: completion
framework: combine
role: symbol
role_heading: Instance Property
path: combine/record/recording-swift.struct/completion
---

# completion

The completion which will be sent to a Subscriber.

## Declaration

```swift
var completion: Subscribers.Completion<Failure> { get }
```

## See Also

### Inspecting publisher properties

- [output](combine/record/recording-swift.struct/output.md)
