Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Is it possible to check CallStack from RAPID

Markus Näslund
edited March 2020 in RAPID Programming
I am developing a library to add events on the UserInteraction instructions and I want to be able to recognize from where a routine is called. This is to prevent a recursive loop if someone uses a UI-instruction in a UI-event.

Is it at all possible to explore the callstack from RAPID?
//Markus Näslund