Versions Compared

Key

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

...

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.



The following code fragment shows how to trace from where the script was called, e.g., from State1, through ALH API.

Code Block
languagetext
ALH.getCaller().getName();		// Trace from State1.