NodeType

public enum NodeType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case crawler = "CRAWLER"
  • job

    Undocumented

    Declaration

    Swift

    case job = "JOB"
  • Undocumented

    Declaration

    Swift

    case trigger = "TRIGGER"
  • Declaration

    Swift

    public var description: String { get }