Once a script has been evaluated, you can use the following ALH API API to trace from where the script was called and access the Caller.
| Code Block | ||
|---|---|---|
| ||
NamedElement ALH.getCaller() |
It will return the Caller element of the script. For example, if a Behavior that runs a script is called from a callBehavior, you will get a callBehavior action as the Caller.
...