Question
2
Replies
189
Views
TD Bank Group
Posted: August 27, 2019
Last activity: August 27, 2019
Closed
Solved
pega.u.d.processAction - Wait for close
Hi,
I am using a script to initiate a local action in an overlay using pega.u.d.processAction.
It works, but my script does not wait for the closure/completion of the local action before proceeding with the rest of the script execution. Is there a way to make it wait or have a callback function which gets called after the completion?
Hello,
Could a guess a time for execution and work with SetTimeout JavaScript function or you could set a parameter at the end of the local action processing I guess.