Versions Compared

Key

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

You can use the following API to retrieve the last signal instance from a runtime object. It is equivalent to $signal$.
 

Code Block
languagetext
public static SignalInstance getLastSignal(Object_ o) {
...
}


The following code fragment shows how to get the last signal instance in the event pool of a specified object using ALH API

...