---
title: completeImmediately
framework: combine
role: symbol
role_heading: Instance Property
path: combine/empty/completeimmediately
---

# completeImmediately

A Boolean value that indicates whether the publisher immediately sends a completion.

## Declaration

```swift
let completeImmediately: Bool
```

## Discussion

Discussion If true, the publisher finishes immediately after sending a subscription to the subscriber. If false, it never completes.
