JobReportScope

public enum JobReportScope : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case alltasks = "AllTasks"
  • Undocumented

    Declaration

    Swift

    case failedtasksonly = "FailedTasksOnly"
  • Declaration

    Swift

    public var description: String { get }