@ -107,6 +107,8 @@ public class JMainService {
if (JMainService.getInstance().macro.isRun()) {
JMainService.getInstance().macro.stop();
}
// 取消调度任务
scheduler.cancel();
// 关闭守护线程
Logger.info("服务已停止");
return true;
Powered by TurnKey Linux.