Task.completed Event
Hi all,
I'm seeking verification on when the Task.Completed event fires.
Does it fire on all task completions, even if an error is encountered?
Thanks
0
-
A task is considered complete when the Task.Status property indicates the task has successfully run, encountered an error, or is aborted. So yes, it's on all task completions, regardless of the outcome of the task process.
0 -
Thank you for your answer Mike.
:)
0
Please sign in to leave a comment.
Comments
2 comments