Is there a way to force the UXP window view to refresh?
I am using innerHTML to updating the processing progress status. In some cases the UI is delayed to update the changes while the batchPlay functions are running. In some cases, adding in a sleep function for 250ms before processing the next batchPlay will allow it to refresh. In other cases, that doesn’t work. In the cases where this doesn’t work, even increasing the sleep time doesn’t help.
Just wondering if there is a command to force the UXP window to refresh after making the innerHTML changes.