Skip to content

Implement IProgress<int> and IProgress<string> in ProgressDialog #12

Closed
@vpenades

Description

@vpenades

it could be very useful if ProgressDialog would implement these interfaces:

System.IProgress<int> to report progress percentage
System.IProgress<Text> to report textual progress

So the ProgressDialog object could be passed as a plain object to the running jobs, and casted to IProgress<int> and IProgress<Text> for progress reporting

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions