I have a routine that reads records from a group mailbox and adds them to a table. It runs every 5 minutes this way when an item from the group mailbox is removed, it won't show up in the application, where the inbox records are displayed in grid style.
They can also refresh the grid on demand.
My question is...what's the best way to lock the users from manually clicking the refresh process, if the job got kicked off automatically.
They can also refresh the grid on demand.
My question is...what's the best way to lock the users from manually clicking the refresh process, if the job got kicked off automatically.