Refactor SkillTreeViewModel and Update TaskQueueView UI for Task Status (#5269)

* Refactor SkillTreeViewModel and Update TaskQueueView UI for Task Status

* Notify UI when updating benchmark status
This commit is contained in:
hunteraraujo
2023-09-19 23:30:22 -07:00
committed by GitHub
parent 99035103e0
commit 377d0af228
3 changed files with 68 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
enum BenchmarkTaskStatus {
notStarted,
inProgress,
success,
failure,
}