ResultReview

public enum ResultReview : String, Codable

Tag for tracking whether a result has been reviewed/fixed etc

  • Undocumented

    Declaration

    Swift

    case pending
  • ok

    Undocumented

    Declaration

    Swift

    case ok
  • Undocumented

    Declaration

    Swift

    case fixed
  • Undocumented

    Declaration

    Swift

    case attention