mirror of
https://github.com/apple/device-management.git
synced 2026-05-13 20:32:05 +02:00
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
title: Status Software Update Install State
|
|
description: The software update install state.
|
|
payload:
|
|
statusitemtype: softwareupdate.install-state
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '17.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- device
|
|
allowed-scopes:
|
|
- system
|
|
sharedipad:
|
|
allowed-scopes:
|
|
- system
|
|
macOS:
|
|
introduced: '14.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
allowed-scopes:
|
|
- system
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
payloadkeys:
|
|
- key: softwareupdate.install-state
|
|
title: The software update install state.
|
|
type: <string>
|
|
presence: required
|
|
rangelist:
|
|
- none
|
|
- downloading
|
|
- prepared
|
|
- installing
|
|
- failed
|
|
content: |-
|
|
The software update install status, which has the following values:
|
|
|
|
* 'none': There's no software update pending, and any previous software update succeeded.
|
|
* 'waiting': A software update is waiting to start.
|
|
* 'downloading': The system is downloading data for a software update.
|
|
* 'prepared': The system prepared the software update and it's ready for installation.
|
|
* 'installing': The system is installing the software update.
|
|
* 'failed': The software update failed.
|