My Web App is acting more as a Service, and I’d like to be able to Stop and Start it w/out logging into the XOJO Cloud UI, but instead do it programatically with a method within the Web App itself.
I’m using App.Quit() right now to force the app to ‘reboot’ (for reasons like changes to config files need to reload, etc.), but if multiple instances of the app have spun up then quitting my instance may not force all instances to quit. Any off-the-shelf built-in functions I should be using?
7 posts - 4 participants