Now implemented:
- simple queue (tasks are performed in addition order)
- simple loop queue (completed task is added to the end of the queue)
- priority queue (tasks are performed in accordance with the established priority)
Features:
- Task priority
- pause / resume
- task start delay
- queue start delay
0 Comments