Closed JackEAllen closed 1 week ago
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:
Users are unable to cancel any async functions as it stands where the functions lifespan requires use of the progress dialog window.
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.