long candy support

This commit is contained in:
meelstorm
2025-08-28 16:30:52 +02:00
parent bf13a5ea2d
commit d52c844b5d
24 changed files with 1714 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ using System.Runtime.CompilerServices;
using System.Text.RegularExpressions;
using System.Xml;
using System.Xml.Linq;
using Serilog;
using RectangleElement = Hawkeye.VisionBuilder.Workflow.Datatypes.Elements.Rectangle.RectangleElement;
namespace Hawkeye.VisionBuilder.Workflow
@@ -300,6 +301,7 @@ namespace Hawkeye.VisionBuilder.Workflow
public void SetError(string eMessage)
{
Log.Information($"Processing error on {Label}:{eMessage}");
Status=eMessage;
Result = false;
}