Skip to content

Commit

Permalink
Remove commented TaskStatus.Blocked (dotnet#97369)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyoxZ authored and tmds committed Jan 23, 2024
1 parent 1a0bf1b commit 22221a0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ public enum TaskStatus
/// The task is running but has not yet completed.
/// </summary>
Running,
// /// <summary>
// /// The task is currently blocked in a wait state.
// /// </summary>
// Blocked,
/// <summary>
/// The task has finished executing and is implicitly waiting for
/// attached child tasks to complete.
Expand Down

0 comments on commit 22221a0

Please sign in to comment.