TriggerState

public enum TriggerState : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case creating = "CREATING"
  • Undocumented

    Declaration

    Swift

    case created = "CREATED"
  • Undocumented

    Declaration

    Swift

    case activating = "ACTIVATING"
  • Undocumented

    Declaration

    Swift

    case activated = "ACTIVATED"
  • Undocumented

    Declaration

    Swift

    case deactivating = "DEACTIVATING"
  • Undocumented

    Declaration

    Swift

    case deactivated = "DEACTIVATED"
  • Undocumented

    Declaration

    Swift

    case deleting = "DELETING"
  • Undocumented

    Declaration

    Swift

    case updating = "UPDATING"
  • Declaration

    Swift

    public var description: String { get }