Sometimes the app will stay in disabled mode after being cancelled.
An idea is to re-enable the control regardless if background processes are still running, or have the cancel button click enable the form if no processes are still running. The second method would mean that if cancelled and app is still disabled, the second click of the cancel button will check for running processes and enable form. A combination of the 2 ideas can also be implemented.
Sometimes the app will stay in disabled mode after being cancelled.
An idea is to re-enable the control regardless if background processes are still running, or have the cancel button click enable the form if no processes are still running. The second method would mean that if cancelled and app is still disabled, the second click of the cancel button will check for running processes and enable form. A combination of the 2 ideas can also be implemented.