---
title: isComplete
framework: callkit
role: symbol
role_heading: Instance Property
path: callkit/cxtransaction/iscomplete
---

# isComplete

A Boolean value that indicates whether the transaction has been completed.

## Declaration

```swift
var isComplete: Bool { get }
```

## Discussion

Discussion A transaction is complete only when all of its actions are complete.

## See Also

### Accessing Transaction Attributes

- [uuid](callkit/cxtransaction/uuid.md)
- [actions](callkit/cxtransaction/actions.md)
