Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Once a script has been evaluated, you can use the following ALH API to trace from where the script was called and access the Caller.
 

Code Block
languagetext
public NamedElement getCaller() {
...
}

...