Hi there,
do you have any advice on how i might visualise a Task Tree? I will be running a large set of long running tasks which each have some child tasks, i want to visualise the running of the execution to the user ideally in a tree / DAG. If possible i would like to use the new Task Parallel Library
My first thought is to subclass Task and Name and description feilds, then to try to see if Task has the properties to get a list of child tasks. I could then use GraphSharp.codeplex.com or something similar (any preference?) to visualise the tree.
Any ideas/ Advice?
Thanks
David