title: Status Migration Assistant State description: The current migration state of the system. payload: statusitemtype: migration-assistant.state supportedOS: iOS: introduced: n/a macOS: introduced: '26.4' allowed-enrollments: - supervised allowed-scopes: - system tvOS: introduced: n/a visionOS: introduced: n/a watchOS: introduced: n/a payloadkeys: - key: migration-assistant.state title: Migration Assistant State type: presence: required rangelist: - waiting - migrating - completed - failed - cancelled - unknown content: |- The current migration state of the system, which has the following possible values: - `none`: Migration has not started yet or no migration has taken place. - `migrating`: Migration is in progress. - `completed`: Migration has completed successfully. - `failed`: Migration has failed. - `cancelled`: The user cancelled migration. - `unknown`: Migration status is unknown.