PrismLauncher/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 fix: abort logic running subsequent tasks anyways some times 2022-08-28 16:29:01 -03:00
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 refactor: make SequentialTask inherit from ConcurrentTask 2022-08-28 16:29:01 -03:00
SequentialTask.h refactor: make SequentialTask inherit from ConcurrentTask 2022-08-28 16:29:01 -03:00
Task.cpp feat: make Task a QRunnable 2022-08-20 10:41:59 -03:00
Task.h feat: add canAbort() status change in Task 2022-09-20 18:36:09 -03:00