c# - How to determine that Task is in WaitSleepJoin state -


class thread has nice status waitsleepjoin

is there way determine state while using task class?

please note tasks not have direct correlation threads. task using multiple threads during lifetime. being said can check status of task status property.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -