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 d475ca0 commit 109f836Copy full SHA for 109f836
DeadLock/Forms/FrmMain.cs
@@ -602,7 +602,7 @@ await Task.Run(() =>
602
/// Cancel the ListViewLocker task, if applicable.
603
/// </summary>
604
/// <param name="lvi">The ListViewLocker that should be updated.</param>
605
- /// <returns>A boolean to indicate whether the operation was successful or not.</returns>
+ /// <returns>A boolean to represent whether the task was cancelled or not.</returns>
606
private static bool CancelSelectedTask(ListViewLocker lvi)
607
{
608
if (lvi == null) return false;
0 commit comments