Enumerations

The following enumerations are available globally.

  • Defines the key events which occur to a JobQueue‘s Job

    • added: The jobs were added to the JobQueue
    • cancelled: The jobs were cancelled in the JobQueue
    • removed: The jobs were removed from the JobQueue
    • processed: The jobs were successfully processed
    • failedToProcess: The jobs failed to successfully process
    See more

    Declaration

    Swift

    public enum JobQueueEvent