Skip to content

ProgressCallBack #125

@absinghal

Description

@absinghal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions