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

# isComplete

A Boolean value that indicates whether the action has been performed by the provider.

## Declaration

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

## Discussion

Discussion This property is initialized to false, and is set to true when either the fulfill() or fail() method is called. See also Related Documentation fulfill() fail()

## See Also

### Accessing Action Attributes

- [uuid](callkit/cxaction/uuid.md)
- [timeoutDate](callkit/cxaction/timeoutdate.md)
