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 fbeaafa commit c9e3c62Copy full SHA for c9e3c62
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -174,7 +174,7 @@ public interface IPublicAPI
174
/// Get all loaded plugins
175
/// </summary>
176
/// <remarks>
177
- /// Part of plugins may not be initialized yet
+ /// Will also return any plugins not fully initialized yet
178
/// </remarks>
179
/// <returns></returns>
180
List<PluginPair> GetAllPlugins();
0 commit comments