mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
* Refactor SkillTreeViewModel and Update TaskQueueView UI for Task Status * Notify UI when updating benchmark status
7 lines
79 B
Dart
7 lines
79 B
Dart
enum BenchmarkTaskStatus {
|
|
notStarted,
|
|
inProgress,
|
|
success,
|
|
failure,
|
|
}
|