cytoscape / cyREST

Core App: REST API module for Cytoscape
https://github.com/cytoscape/cyREST/wiki
MIT License
30 stars 13 forks source link

Give updating users a 'Restart Now' option #103

Open dotasek opened 4 years ago

dotasek commented 4 years ago

Users could benefit from having 'Restart Now' and 'Restart Later' options added to the restart dialog when CyREST is updated.

This is the internal mechanism that would let that work:

CyShutdown shutdown = serviceRegistrar.getService(CyShutdown.class); shutdown.exit(0, true);