cyREST icon indicating copy to clipboard operation
cyREST copied to clipboard

Give updating users a 'Restart Now' option

Open dotasek opened this issue 5 years ago • 0 comments

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);

dotasek avatar Oct 21 '19 17:10 dotasek