Link Search Menu Expand Document

Root.Logout Property

Explanation Log out and display the login screen.

All current sessions will be disconnected and all existing objects will be deleted. Since Biz / Browser is initialized by calling the Logout method, the CRS program described after the Logout method will not be executed.
Call format //.Logout( )
Return value None
Arguments None
Exception None
Example of use
    Function OnTouch(e) {
    //.Logout();
}
    
Related item Login, SLogin methods