Saturday, July 20, 2013

Completing 'Stop validation' : GSoC Week 5

In this week i finished 'Stop Validation' task. The earlier method of stopping the validation with using a button didn't work as expected so i rewrote the UI code to display a progress message once the validation starts. This has a link named 'Stop' which user can click to stop the currently running validation.

When user click 'Stop' link validation will be stopped and all the validation threads are interrupted. After successfully stopping the process, it will display a 'validation stopped' message in screen. If the validation is not stopped and finished as normal, the progress message will dissapear when the validation completed successfully. In this the the usual 'validation success' message will come out.

1. Validation Progress bar with 'Stop' option.



2. Validation stopped message

No comments:

Post a Comment