items.dart 97 B

12345678
  1. /// 测量项状态
  2. enum ItemStates {
  3. idle,
  4. initialized,
  5. waiting,
  6. running,
  7. finished,
  8. }