I've inherited an application and not as APEX savvy as the developer who wrote it. We are using The timer plugin on a mass update page. As the records are being validated then updated the page refreshes to show show Total records, Processed, Updated and Rejected.
The issue is after all have processed the page continues to refresh every 4 seconds. I need the Timer to auto-expire after all processing is done, showing the Final results.
It has a Timer Expired, where it sets the final values Total records, Processed, Updated and Rejected and a refresh. But I'm not seeing where to expire the Refresh after the update is done?


