ShutdownState

enum ShutdownState
extension ShutdownState : Equatable

Determine the state of shutdown

  • Undocumented

    Declaration

    Swift

    case approved
  • Undocumented

    Declaration

    Swift

    case cancelled
  • Undocumented

    Declaration

    Swift

    case error(name: String)
  • Undocumented

    Declaration

    Swift

    case fallback
  • Undocumented

    Declaration

    Swift

    case none
  • Undocumented

    Declaration

    Swift

    case optOut