From c0815b01e527b6ef87bf8667db5e48abbd158f79 Mon Sep 17 00:00:00 2001 From: Kojo Date: Tue, 9 Dec 2025 11:48:04 +0100 Subject: [PATCH] =?UTF-8?q?KI=20Promptverwaltung:=20DoMultipleAiEnhancedSe?= =?UTF-8?q?rvicesAsync=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWo/ServiceProxy/ServiceFacade.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BeWo/ServiceProxy/ServiceFacade.cs b/BeWo/ServiceProxy/ServiceFacade.cs index da9897d37..ef6c92590 100644 --- a/BeWo/ServiceProxy/ServiceFacade.cs +++ b/BeWo/ServiceProxy/ServiceFacade.cs @@ -95,6 +95,8 @@ namespace BeWo.ServiceProxy => DoAsync(pAction, pCallback, pErrorCallback, showWaitDialog, caller?.Dispatcher); public static void DoAiEnhancedServiceAsnyc(Func pFunc, Action pCallback = null, Action pErrorCallback = null, bool showWaitDialog = true, UserControl caller = null) => DoAsync(pFunc, pCallback, pErrorCallback, showWaitDialog, caller?.Dispatcher); + public static void DoMultipleAiEnhancedServicesAsync(List> pActions, Action pAllDoneCallBack) + => DoMulitpleAsync(pActions, pAllDoneCallBack, true); #endregion #region OperationsEnhancedService