---
title: clearImportStatus()
framework: appmigrationkit
role: symbol
role_heading: Type Method
path: appmigrationkit/migrationstatus/clearimportstatus()
---

# clearImportStatus()

Sets the import status to a nil value to prevent further notification.

## Declaration

```swift
static func clearImportStatus()
```

## Discussion

Discussion Calling this method sets importStatus to nil, which indicates that the app has notified the person using the app of the migration’s completion, and doesn’t need further notifications.

## See Also

### Accessing the import status

- [importStatus](appmigrationkit/migrationstatus/importstatus.md)
