pollymc/launcher/tasks
flow 6a50fa35ec
feat: add canAbort() status change in Task
By now, it's a recurring pattern of wanting to restrict aborting in
certain situations. This avoids further code duplication, and adds a
signal that external users can hook up to to respond to such change.

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-09-20 18:36:09 -03:00
..
ConcurrentTask.cpp fix: start at least one task in ConcurrentTask 2022-09-07 12:11:42 -03:00
ConcurrentTask.h
MultipleOptionsTask.cpp fix: make MultipleOptionsTask inherit directly from SequentialTask 2022-08-28 16:29:02 -03:00
MultipleOptionsTask.h fix: make MultipleOptionsTask inherit directly from SequentialTask 2022-08-28 16:29:02 -03:00
SequentialTask.cpp
SequentialTask.h
Task.cpp
Task.h feat: add canAbort() status change in Task 2022-09-20 18:36:09 -03:00