Interrupt robot to display status and then continue or end robot

Is there a way to interrupt the flow of a robot via a keypress in order to check the status at a certain point and then optionally exit or continue? I have a long-running process that scans websites for certain changes and showing a MessageBox when a large enough change is detected. There may be long delays where nothing significant enough happens. Sometimes, I’d like to see the status of the process during these “quiet” times by hitting some key, showing the current changes in the MessageBox, and then continue or end the process.

I figured it out. You add a Monitor Events activity in your flow and add a Mouse Trigger activity. Simple!