Enumerations
The following enumerations are available globally.
- 
                  
                  
Defines the key events which occur to a
JobQueue‘sJob- 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
 
Declaration
Swift
public enum JobQueueEvent 
View on GitHub
        Enumerations  Reference