STF.quit()

Availability

Flash MX 2004 or 8 swf w/ ScreenTimeScreenSaver component + ScreenTime 3.0 / 3.0

Usage

STF.quit() : Void

Parameters

None.

Returns

Nothing.

Description

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.

Example

The following example quits the screen saver when a button is pressed

quit_btn.onPress = function() {
	STF.quit();
};

See Also

STF.forceUserLogOff(), STF.quitSafe(), STF.launchAndQuit()