| Previous | Next | |
STF.quit() : VoidNothing.
Method; Quits the screen saver. If your Windows screen saver launches a browser, use quitSafe. STF.quitSafe() kills all sub launched processes ensuring that a browser process is not orphaned on the security desktop when the screen saver is terminated by the user.
The following example quits the screen saver when a button is pressed
quit_btn.onPress = function() {
STF.quit();
};STF.forceUserLogOff(), STF.quitSafe(), STF.launchAndQuit()
| Questions or Feedback? | Previous | Next |