pollymc/launcher/tasks
flow 9a44c92211
feat: add MultipleOptionsTask
This is a variation of a Sequential Task, in which a subtask failing
will prompt the next one to execute, and a subtask being successful will
stop the task.

This way, this can be used for easily managing fallbacks with tasks. :D

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-17 11:33:41 -03:00
..
ConcurrentTask.cpp
ConcurrentTask.h
MultipleOptionsTask.cpp feat: add MultipleOptionsTask 2022-07-17 11:33:41 -03:00
MultipleOptionsTask.h feat: add MultipleOptionsTask 2022-07-17 11:33:41 -03:00
SequentialTask.cpp fix: always update global progress of sequential tasks 2022-07-17 11:33:41 -03:00
SequentialTask.h feat: add MultipleOptionsTask 2022-07-17 11:33:41 -03:00
Task_test.cpp
Task.cpp
Task.h