From b4db153d2e28d451592811fea29c6d1bab71887b Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 30 四月 2024 13:52:53 +0800
Subject: [PATCH] 优化运行分析,运行记录结构更改,运行服务新增监测中断判断

---
 Yw.Service.Run.Core/00-core/AnalyStatus.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Yw.Service.Run.Core/00-core/AnalyStatus.cs b/Yw.Service.Run.Core/00-core/AnalyStatus.cs
index d4ef9f5..854357f 100644
--- a/Yw.Service.Run.Core/00-core/AnalyStatus.cs
+++ b/Yw.Service.Run.Core/00-core/AnalyStatus.cs
@@ -11,6 +11,11 @@
         public const int Unknow = -99;
 
         /// <summary>
+        /// 鏁版嵁涓柇
+        /// </summary>
+        public const int Interrupt = -4;
+
+        /// <summary>
         /// 鏁版嵁寮傚父
         /// </summary>
         public const int Abnormal = -3;

--
Gitblit v1.9.3