---
title: unfinished
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/transaction/unfinished
---

# unfinished

A sequence that emits unfinished transactions for the customer.

## Declaration

```swift
static var unfinished: Transaction.Transactions { get }
```

## Mentioned in

Supporting offer codes in your app Getting started with In-App Purchase using StoreKit views

## Discussion

Discussion A transaction is unfinished until you call finish(). Use the unfinished sequence to find the transactions your app needs to process to deliver purchased content or enable service.

## See Also

### Getting transaction history

- [latest(for:)](storekit/transaction/latest(for:).md)
- [all](storekit/transaction/all.md)
- [SKIncludeConsumableInAppPurchaseHistory](bundleresources/information-property-list/skincludeconsumableinapppurchasehistory.md)
