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 | ||
|---|---|---|
| ||
public static State getState(Object_ object) { ... } |
The following code fragment shows how to get the current state of a specified object using ALH API
...