---
title: isLoading
framework: marketplacekit
role: symbol
role_heading: Instance Property
path: marketplacekit/applibrary/isloading
---

# isLoading

A Boolean value that indicates whether the library is currently loading apps.

## Declaration

```swift
@MainActor final var isLoading: Bool { get }
```

## See Also

### Managing app installation

- [AppLibrary.App](marketplacekit/applibrary/app.md)
- [AppLibrary.InstallationRequest](marketplacekit/applibrary/installationrequest.md)
- [installingApps](marketplacekit/applibrary/installingapps.md)
- [requestAppInstallation(_:)](marketplacekit/applibrary/requestappinstallation(_:).md)
- [requestAppInstallationFromBrowser(for:referrer:)](marketplacekit/applibrary/requestappinstallationfrombrowser(for:referrer:).md)
