Maybe an alternative approach to achieving this could be to use a URL redirect to a blank page that automatically closes itself after a certain amount of time
After a while even that became repetitive with no solution.
utils.openUrl("https://,", { newTab: false, forceReload: true }); returns a promise but window methods & setTimout doesn't seem to work in Promise.then or Promise.finally either.