You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Test - WalkTree then CancelWalkTree while WalkTree is running and expect the Status to be Cancelled.
471
+
// Test - WalkTree then CancelWalkTree while WalkTree is running and expect the Status to be either:
472
+
// 1. CancelledBeforeExecution if TaskCanceledException is thrown from WalkTree. This happens when the ForgeAction gets canceled and honored by Forge.
473
+
// 2. Cancelled if OperationCanceledException is thrown from WalkTree. This happens when some other Task wins the race to get cancelled first, such as nodeTimeoutTask.
0 commit comments