| Previous | Next | |
STF.quitSafe() : VoidNothing.
Method; On Windows this method quits the screen saver after closing all spawned browser windows. On the Mac this method behaves like STF.quit() and quits the screen saver.
The following example closes any open browser windows and quits the screen saver when a button is pressed.
getURL("http://www.google.com);
quitSafe_btn.onPress = function() {
STF.quitSafe();
};STF.forceUserLogOff(), STF.quit(), STF.launchAndQuit()
| Questions or Feedback? | Previous | Next |