RobotStudio event

Is it possible to check CallStack from RAPID

Options
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