CrawlerState

public enum CrawlerState : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case ready = "READY"
  • Undocumented

    Declaration

    Swift

    case running = "RUNNING"
  • Undocumented

    Declaration

    Swift

    case stopping = "STOPPING"
  • Declaration

    Swift

    public var description: String { get }