Applescript waiting for response after button click. help?

I’m am seeking help please,

My script clicks a button in an app as designed, but the script continues to run, seemingly as it awaits feedback from the button. This delay takes about 5 seconds. I would like the script to hand control back to keyboard maestro, but this delay prevents that from happening.

Is there a way to format my script to ignore this step and give control back to my finder and other apps immediately after click the button?

thanks in advance for any thoughts on this.

Model: MacPro I9 Mojave
AppleScript: 2.11
Browser: Safari 537.36
Operating System: macOS 10.14

See here:
https://stackoverflow.com/questions/21270264/speed-up-applescript-ui-scripting?answertab=active#tab-top

The importend thinks are:


   ignoring application responses
        click bt
    end ignoring

    do shell script "killall System\\ Events"
    delay 0.1