MCTTaskGroup

public struct MCTTaskGroup : RSDTaskGroup, RSDEmbeddedIconVendor, Decodable

RSDTaskGroupObject is a concrete implementation of the RSDTaskGroup protocol.

  • A short string that uniquely identifies the task group.

    Declaration

    Swift

    public let identifier: String
  • The primary text to display for the task group in a localized string.

    Declaration

    Swift

    public let title: String?
  • Additional detail text to display for the task group in a localized string.

    Declaration

    Swift

    public let detail: String?
  • The optional RSDImageWrapper with the pointer to the image.

    Declaration

    Swift

    public let icon: RSDImageWrapper?
  • The task group object is

    Declaration

    Swift

    public let tasks: [RSDTaskInfo]