Skip to content

Commit f69dd0f

Browse files
committed
Improve documents
1 parent d0bab86 commit f69dd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Plugin/IProgressBoxEx.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
public interface IProgressBoxEx
77
{
88
/// <summary>
9-
/// Show progress box
9+
/// Show progress box. It should be called from the main ui thread.
1010
/// </summary>
1111
/// <param name="progress">
1212
/// Progress value. Should be between 0 and 100. When progress is 100, the progress box will be closed.
1313
/// </param>
1414
public void ReportProgress(double progress);
1515

1616
/// <summary>
17-
/// Close progress box.
17+
/// Close progress box. It should be called from the main ui thread.
1818
/// </summary>
1919
public void Close();
2020
}

0 commit comments

Comments
 (0)