CUpdateStatus

public enum CUpdateStatus

Contains the current software update status.

Used in the SoftwareUpdate response returned by the treminal.

The following values are valid:

Specification: retail.

  • The actual software is up to date and no software update will be made.

    Specification: retail.

    Declaration

    Swift

    case upToDate
  • The software update is running. No terminal reboot is needed to complete it.

    Specification: retail.

    Declaration

    Swift

    case runningNoReboot
  • The software update is running. At least one (or more) terminal reboot(s) is/are needed to complete it.

    Specification: retail.

    Declaration

    Swift

    case runningReboot