STF.forceUserLogOff()

Availability

Flash MX 2004 or 8 swf w/ ScreenTimeScreenSaver component + ScreenTime 3.0 (NT, 2000, XP) / 3.0

Usage

STF.forceUserLogOff() : Void

Parameters

None.

Returns

Nothing.

Description

Method; On Windows this method quits the screen saver, logs off the current user, and returns the computer to the user login screen. On the Mac this method behaves like STF.quit() and quits the screen saver.

Example

The following example logs the user off when the onPress button event is received.

forceUserLogOff_btn.onPress = function() {
	STF.forceUserLogOff();
};

See Also

STF.quit(), STF.quitSafe(), STF.launchAndQuit()