NEW RELEASE! The 2022x Refresh2 Hot Fix 3 was released on February 28, 2025. For more information, see 2022x Refresh2 Hot Fix 3 Version News.

You can check whether a specified State was visited by calling the following command

public boolean wasInState(String stateName) {
...
}


The following code fragment shows how to check whether a specified State of State Machine, e.g., State1, was visited through ALH API.

ALH.wasInState("State1");	// Returns true or false.

Activity

All
Personal filters
All
No activities found