In the MSDN article https://msdn.microsoft.com/en-us/library/ff878094.aspx there are explanations for the columns in the operations table. Does anyone know where I can find more detailed definitions for the status. In the article they have the following:
The status of the operation. The possible values are created (1
), running (2
), canceled (3
), failed (4
), pending (5
), ended unexpectedly (6
), succeeded (7
), stopping
(8
), and completed (9
).
I'd like to know in particular the difference between succeeded (7
) and completed (9
). My understanding is completed means a task ran and finished with or with out error(s). Succeeded means that a task was
executed error free and is able to continue... Thanks in advance for help and suggestions... Cheers Michael