Some of our Migrations take a considerable time to perform. So I am looking for a way to implement some kind of event or callback to notify the user interface that it should admonish the user to patience. I can write a custom event of course, but where do I place the handler for it?
Any pointer to some resources how to deal with this is very much appreciated!