修复测试用例AfterExecution_IsRunningFalse_AllNodesIdle

This commit is contained in:
zhengxuan.zhang
2026-05-06 17:27:18 +08:00
parent 3a3ea5b5c9
commit 996b0c5796
@@ -551,6 +551,7 @@ namespace XplorePlane.ViewModels.Cnc
finally
{
IsRunning = false;
ResetAllNodeStates();
_cts?.Dispose();
_cts = null;
}