InstallState
public enum InstallState
Type describing installation state of the update region
Important
This is a Public Preview API. It may be changed or removed at any time.-
The updatable region is not installed.
Declaration
Swift
case notInstalled
-
The updatable region is inconsistent and cannot be used. A region can become inconsistent if an update is forcibly interrupted.
Declaration
Swift
case inconsistent
-
The updatable region is installed but one or more non-essential features have been omitted.
Declaration
Swift
case partiallyInstalled
-
The updatable region is installed including all features.
Declaration
Swift
case completelyInstalled