Queue
Table of Contents
Namespaces
Interfaces
- AddFromBackendInterface
- Any task that does not need arguments and can be added from backend GUI.
- AddInterface
- Any task needs to at least implement add().
- TaskInterface
- Any task needs to at least implement run().
Classes
- Config
- Processor
- Main shell to init and run queue workers.
- Task
- Queue Task.
- TaskFinder