mantidproject / mantidimaging

Graphical toolkit for neutron imaging.
https://mantidproject.github.io/mantidimaging
GNU General Public License v3.0
13 stars 6 forks source link

Add a Cancel Button to AsyncTaskDialog #2370

Closed JackEAllen closed 1 week ago

JackEAllen commented 2 weeks ago

Desired Behaviour

Modify AsyncTaskDialog to allow for canceling of any async methods which spawn a progress bar.

This will allow users to easily cancel the following among other things:

Current Behaviour

Users are unable to cancel any async functions as it stands where the functions lifespan requires use of the progress dialog window.