6 lines
186 B
Python
6 lines
186 B
Python
# Shuts down JMRI cleanly, then tells the OS to shutdown.
|
|
# Typically run from a Logix or button
|
|
# See also jython/Shutdown.py for a script to just shut down JMRI
|
|
|
|
shutdown.shutdownOS()
|