NAppUpdate icon indicating copy to clipboard operation
NAppUpdate copied to clipboard

ProgressCallBack

Open absinghal opened this issue 6 years ago • 0 comments

In UpdateManager.cs, the following code is called during PrepareUpdates (line 240) and ApplyUpdates (line 404):

task.ProgressDelegate += status => TaskProgressCallback(status, t);

Hence, during ApplyUpdates, TaskProgressCallback is called twice for a single call to OnProgress.

absinghal avatar May 17 '18 18:05 absinghal