tick: check tasks to cancel before checking for upgrade tasks

This commit is contained in:
Louis Dureuil 2025-04-22 09:36:18 +02:00
parent eb0b5239cb
commit 63b5e21ae1
No known key found for this signature in database
2 changed files with 17 additions and 2 deletions

View file

@ -74,6 +74,7 @@ make_enum_progress! {
make_enum_progress! {
pub enum TaskCancelationProgress {
RetrievingTasks,
CancelingUpgrade,
UpdatingTasks,
}
}