ArtifactCategory

public enum ArtifactCategory : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case screenshot = "SCREENSHOT"
  • Undocumented

    Declaration

    Swift

    case file = "FILE"
  • log

    Undocumented

    Declaration

    Swift

    case log = "LOG"
  • Declaration

    Swift

    public var description: String { get }