Status

public enum Status : CustomStringConvertible

Informs if the Dispatch has been accepted for processing, or dropped.

  • The dispatch was accepted for processing.

    Declaration

    Swift

    case accepted
  • The dispatch was dropped and will not be processed.

    Declaration

    Swift

    case dropped
  • Declaration

    Swift

    public var description: String { get }