We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: