7 lines
196 B
Python
7 lines
196 B
Python
# Shuts down JMRI cleanly, then tells the OS to restart itself
|
|
# Typically run from a Logix or button
|
|
|
|
# Note: this version maintained for compatibility, use RestartOS.py
|
|
|
|
shutdown.restartOS()
|