| Previous | Next | |
STF.launchAndQuit() : VoidNothing.
Method; Launches a website and quits the screen saver. If the screen saver is running on Windows, the screen saver will go black, launch the browser. Once the browser is closed or minimized by the user the screen saver will quit and the user will be returned to the desktop or login screen depending on the end user's computer settings. This is a built-in security feature in Windows that makes it more difficult to obtain access to the user's files.
This sample launches screentime.com and quits the screen saver.
myURL="http://www.screentime.com";
launchAndQuit_btn.onPress = function() {
STF.launchAndQuit(myURL);
};STF.forceUserLogOff(), STF.quit(), STF.quitSafe(), STF.launchAndQuit()
| Questions or Feedback? | Previous | Next |