You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

task.go 285 B

123456789101112131415161718
  1. package constants
  2. // 任务类型
  3. const (
  4. TASK_TYPE_CLOUD = 1
  5. TASK_TYPE_HPC = 2
  6. TASK_TYPE_AI = 3
  7. )
  8. // 任务状态
  9. const (
  10. TASK_STATUS_SAVED = 1
  11. TASK_STATUS_INIT = 2
  12. TASK_STATUS_RUNNING = 3
  13. TASK_STATUS_FAILED = 4
  14. TASK_STATUS_END = 5
  15. TASK_STATUS_UNKNOW = 6
  16. )

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.