Integrate TaskQueueViewModel throughout application

This commit is contained in:
hunteraraujo
2023-10-08 22:34:52 -07:00
parent a7e27d1a64
commit 51ebe2407d
6 changed files with 38 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
// TODO: Put more thought into task status vs. benchmark task status
enum BenchmarkTaskStatus {
notStarted,
inProgress,