The Automat (Thread) Table

The Thread Table lets you see the threads used by scripts that are implementing the "AbstractAutomat" class.

Each time the class execute's it's "handle" routine, the count will be incremented. You can stop the thread with the button.

Note that the name column won't be particularly useful unless your script sets a distinct name:


# create one of these
a = AutomatExample()

# set the name
a.setName("Automat example script")

See the scripting pages for more information on writing scripts.

This is the help/jmri/jmrit/automat/monitor/AutomatTable help page