b225a21
1
2
3
4
5
6
7
8
// TODO: Put more thoughts into task status vs. benchmark task status enum BenchmarkTaskStatus { notStarted, inProgress, success, failure, }