From ff7cab72419729ce2c5adc46350ef45d89a5d1e5 Mon Sep 17 00:00:00 2001 From: patrick.xu <patrick.xu@broconcentric.com> Date: 星期六, 24 七月 2021 10:31:41 +0800 Subject: [PATCH] MES动作添加异常捕捉和重试机制 --- src/Bro.M071.Process/M071Config.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/Bro.M071.Process/M071Config.cs b/src/Bro.M071.Process/M071Config.cs index d2bcd20..34346d5 100644 --- a/src/Bro.M071.Process/M071Config.cs +++ b/src/Bro.M071.Process/M071Config.cs @@ -42,6 +42,11 @@ public List<KeyResult> KeyResultCollection { get; set; } = new List<KeyResult>(); #endregion + [Category("绂荤嚎娴嬭瘯妯″紡")] + [Description("true锛氳澶囩绾挎ā寮� false锛氳澶囪繛绾挎ā寮�")] + [DisplayName("绂荤嚎妯″紡")] + public bool IsOfflineMode { get; set; } = false; + [Category("鏄剧ず閰嶇疆")] [Description("杩愯鑳屾櫙鍥剧墖璺緞")] [Editor(typeof(FileDialogEditor), typeof(UITypeEditor))] -- Gitblit v1.8.0