| | |
| | | using System.Collections.Concurrent; |
| | | using LB_SmartVisionCommon; |
| | | using System.Collections.Concurrent; |
| | | using System.Diagnostics; |
| | | using System.Xml.Linq; |
| | | |
| | |
| | | bool result = Context.ExecuteNode(currentNode); |
| | | #if DEBUG |
| | | Debug.WriteLine(DateTime.Now.ToString("[yyyy:MM:dd:HH:mm:ss:fff] ") + $"执行节点[{currentNode.Text}],结果为{result}"); |
| | | AsyncLogHelper.Debug(DateTime.Now.ToString("[yyyy:MM:dd:HH:mm:ss:fff] ") + $"执行节点[{currentNode.Text}],结果为{result}"); |
| | | #endif |
| | | context.BranchResults.TryAdd(context.CurrentBranchName, currentNode.Result); |
| | | currentNode.Result = result; |