7 lines
226 B
Python
7 lines
226 B
Python
# Shuts down JMRI cleanly, then tells the OS to shutdown.
|
|
# Run this from a Logix or button to safely shutdown JMR and the server
|
|
|
|
# Note: this version maintained for compatibility, use ShutdownOS.py
|
|
|
|
shutdown.shutdownOS()
|