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 223 B

123456789101112
  1. package constants
  2. // 任务状态类型
  3. const (
  4. Saved = "Saved"
  5. Running = "Running"
  6. WaitDelete = "WaitDelete"
  7. Deleted = "Deleted"
  8. Completed = "Completed"
  9. Succeeded = "Succeeded"
  10. Failed = "Failed"
  11. )

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.