The Progress Plugin makes every time-consuming task in the user interface both responsive and controllable .
To create a better user experience the Progress Plugin creates progress dialogs that allow you to display real time progress of the events occurring within your current Servoy methods.
Features include:
- Real-time count and percentage feedback (for example within for-loops and while-loops).
- Cancel a Servoy method from the Dialog.
- Attach a method for execution upon user cancellation (such as your rollback method).
- Execute a method during after finishing a method.