Versions Compared

Key

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

You can use the following API to retrieve a current State of a specified object. If the object has more than one active State, it recognizes which the runtime State is, and finds it.
 

Code Block
languagetext
public static State getState(Object_ object) {
...
}


The following code fragment shows how to get the current state of a specified object using ALH API

...