Files
apple_device-management/declarative/status/migration-assistant.state.yaml
2026-03-25 10:10:17 -04:00

40 lines
1.0 KiB
YAML

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: <string>
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.