Versions Compared

Key

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

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

Code Block
languagetext
public boolean wasInState(String stateName) {
...
}

...