Inform the user about the progress the application is making while executing an action. This ActionStep is not blocking. So it can be used inside transactions and will result in a minimum of delay when yielded. Each time an object is yielded, the progress dialog will be updated.
Parameters: |
|
---|
This method will update the progress dialog, if such dialog exists within the GuiContext
Parameters: | gui_context – a camelot.admin.action.GuiContext instance |
---|