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
Post a Comment