asmrobot
2024-12-31 a8536c3c73a4445b1f1252a1d3271e0c73b35613
src/RichCreator/Jobs/JobMonitor.cs
@@ -52,7 +52,13 @@
                throw new Exception("不能多次运行");
            }
            canRun = false;
            ThreadPool.QueueUserWorkItem(MonitorBusinessThread);
            Thread thread = new Thread(MonitorBusinessThread);
            thread.IsBackground = true;
            thread.Start();
            //ThreadPool.QueueUserWorkItem(MonitorBusinessThread);
        }
        //停止