Wait For Threads
Kalipso - Form - Actions - Actions Description - Group Code - Wait For Threads
Last updated
Was this helpful?
Kalipso - Form - Actions - Actions Description - Group Code - Wait For Threads
Last updated
Was this helpful?
If you are executing an action set in thread mode and you want to exit the form, it’s recommended to wait until the action set finishes before exiting the form, or you can cause the application to crash. In this case you can use the "" to make sure no thread is running before closing the form. It is also valid for in Thread Mode. When you call "", if the timer is running when this is called, the timer is stopped, but the event continues executing. You can use this action to wait for timers that haven't finished executing.