We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a5984 commit 35c8e39Copy full SHA for 35c8e39
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -227,8 +227,10 @@ private static void UpdatePluginDirectory(List<PluginMetadata> metadatas)
227
}
228
229
/// <summary>
230
- /// Call initialize for all plugins
+ /// Initialize all plugins asynchronously.
231
/// </summary>
232
+ /// <param name="allPlugins">List of all plugins to initialize.</param>
233
+ /// <param name="register">The register to register results updated event for each plugin.</param>
234
/// <returns>return the list of failed to init plugins or null for none</returns>
235
public static async Task InitializePluginsAsync(List<PluginPair> allPlugins, IResultUpdateRegister register)
236
{
0 commit comments