long candy support
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user