TurnOnRedRegulation

public enum TurnOnRedRegulation : UInt32, CaseIterable, Codable

The regulations for turning on the red color of the traffic light.

  • Turning on the red color of the traffic light is allowed unless otherwise posted.

    Declaration

    Swift

    case allowedUnlessPosted
  • Turning on the red color of the traffic light is prohibited unless otherwise posted.

    Declaration

    Swift

    case prohibitedUnlessPosted