EndScript

Item Description

Use with:

Startup scripts, Terminal Launcher, Web, and Windows

SecureLogin version:

All

Type:

Action

Usage:

EndScript

Arguments:

None

Description:

Immediately terminates execution of the script.

Example:

Dialog  
 Title "Login"
 Ctrl #1
EndDialog
Type $Username #1
Type $Password #2
Click #1
If -Text "Incorrect Password" 
 MessageBox "You have entered an incorrect
 password" 
 EndScript
EndIf