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 1b5391a commit 185b90fCopy full SHA for 185b90f
ModuleBase/DesktopModuleBase.cs
@@ -51,7 +51,7 @@ public virtual Task Setup()
51
/// <summary>
52
/// Called after <see cref="Setup"/> to allow the module to start any necessary services or perform additional initialization.
53
/// </summary>
54
- /// <returns></returns>
+ /// <returns>A <see cref="Task"/> that represents the completion of any startup logic or initialization performed by the module.</returns>
55
public virtual Task Start()
56
{
57
return Task.CompletedTask;
0 commit comments