AppLaunchStatus

public enum AppLaunchStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case readyForConfiguration = "READY_FOR_CONFIGURATION"
  • Undocumented

    Declaration

    Swift

    case configurationInProgress = "CONFIGURATION_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case configurationInvalid = "CONFIGURATION_INVALID"
  • Undocumented

    Declaration

    Swift

    case readyForLaunch = "READY_FOR_LAUNCH"
  • Undocumented

    Declaration

    Swift

    case validationInProgress = "VALIDATION_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case launchPending = "LAUNCH_PENDING"
  • Undocumented

    Declaration

    Swift

    case launchInProgress = "LAUNCH_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case launched = "LAUNCHED"
  • Undocumented

    Declaration

    Swift

    case partiallyLaunched = "PARTIALLY_LAUNCHED"
  • Undocumented

    Declaration

    Swift

    case deltaLaunchInProgress = "DELTA_LAUNCH_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case deltaLaunchFailed = "DELTA_LAUNCH_FAILED"
  • Undocumented

    Declaration

    Swift

    case launchFailed = "LAUNCH_FAILED"
  • Undocumented

    Declaration

    Swift

    case terminateInProgress = "TERMINATE_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case terminateFailed = "TERMINATE_FAILED"
  • Undocumented

    Declaration

    Swift

    case terminated = "TERMINATED"
  • Declaration

    Swift

    public var description: String { get }