Files
apple_device-management/declarative/status/migration-assistant.state.yaml
Cyrus Daboo 97a11a861f Seed2
2026-06-22 15:55:19 -04:00

44 lines
1.2 KiB
YAML

title: Status Migration Assistant State
description: A status item that shows the device's current migration state.
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 hasn't 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.
examples:
- title: Status item example
files:
- file: data/docc-examples/remotemanagementmodel/status/migration-assistant.state/example1.json