Run JavaScript code on Synchronization screen complete
On the Synchronization screen complete, custom JavaScript can run. To achieve this, the following code is required within a js file, that is loaded along the page:
document.addEventListener( 'woogc/sync-done' , function (e) {
alert ('Triggered Event sync-done');
//further JavaScript code
}, false);