---
title: "status(forModules:)"
framework: speech
role: symbol
role_heading: Type Method
path: "speech/assetinventory/status(formodules:)"
---

# status(forModules:)

Returns the status for the list of modules.

## Declaration

```swift
static func status(forModules modules: [any SpeechModule]) async -> AssetInventory.Status
```

## Discussion

Discussion If the status differs between modules, it returns an applicable status in order from unsupported, downloading, supported, installed.

## See Also

### Checking asset status

- [AssetInventory.Status](speech/assetinventory/status.md)
