For a completed status of task, "Completed" or "Succeeded, which one is more clear to the user?

Personally I prefer using "Succeeded" than "Completed" to indicate the task has been successfully completed without failures in the context below, I was suggested to use "Completed" by UX desgin lead, need to figure out the suggestion behind. So before that, I'd like to know your opinion on this. Thanks.

Currenlty we defined five status for task

  • Not started
  • Started
  • In processing
  • Completed with failures (1/5) (note: one of five sub-task is failed)
  • Succeeded (note: all sub-tasks are completed)

BTW, the task is used for async batch operations in the product, one task can have one or multiple sub-tasks, a sub-task is for a single operation.