6 lines
166 B
Python
6 lines
166 B
Python
# Shuts down JMRI cleanly.
|
|
# Typically run from a Logix or button.
|
|
# See also jython/ShutdownOS.py for a script to also shut down the OS cleanly
|
|
|
|
shutdown.shutdown()
|