---
title: importStatus
framework: appmigrationkit
role: symbol
role_heading: Type Property
path: appmigrationkit/migrationstatus/importstatus
---

# importStatus

A property to indicate the status of import from another device into the app.

## Declaration

```swift
static var importStatus: MigrationStatus? { get }
```

## Discussion

Discussion This value is nil unless a migration completed. You can use this value to show a notification about the completed migration to the person using the app.

## See Also

### Accessing the import status

- [clearImportStatus()](appmigrationkit/migrationstatus/clearimportstatus().md)
