---
title: isComplete
framework: musickit
role: symbol
role_heading: Instance Property
path: musickit/album/iscomplete
---

# isComplete

A Boolean value that indicates whether the album is complete.

## Declaration

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

## Discussion

Discussion If true, the album is complete; otherwise, it’s incomplete. An album is complete if it contains all its tracks and songs.
