Force screen update in app?

Is there a way to force an update of my app screen during code execution? Sometimes events don’t seem to fire in order so I have to trick it by using unnecessary procedure calls, timer delays, etc. when all I really need is a refresh screen event - like after starting a notifier. In visual basic it’s called “do events”. What’s the equivalent in Kodular?