We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979a94b commit 226a0c8Copy full SHA for 226a0c8
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs
@@ -41,10 +41,6 @@ public enum TaskStatus
41
/// The task is running but has not yet completed.
42
/// </summary>
43
Running,
44
- // /// <summary>
45
- // /// The task is currently blocked in a wait state.
46
- // /// </summary>
47
- // Blocked,
48
/// <summary>
49
/// The task has finished executing and is implicitly waiting for
50
/// attached child tasks to complete.
0 commit comments