Enumerations

The following enumerations are available globally.

  • Kind of connectivity required for the job to run

    See more

    Declaration

    Swift

    public enum NetworkType : Int, Codable
  • Enum to define possible Job completion values

    See more

    Declaration

    Swift

    public enum JobCompletion
  • Enum to specify a limit

    See more

    Declaration

    Swift

    public enum Limit
  • Generic class for any constraint violation

    See more

    Declaration

    Swift

    public enum SwiftQueueError : Swift.Error
  • Specify different importance of logging

    See more

    Declaration

    Swift

    public enum LogLevel : Int