STOP Terminate script file execution
<< Click to Display Table of Contents >> Navigation: Robo-FTP User's Guide > Script Programming > Script Commands > All Script Commands > STOP Terminate script file execution |
Syntax: |
STOP |
|
Arguments: |
None |
|
Options: |
None |
|
This script command ends script processing . The action is the same as clicking the Stop button on the Robo-FTP toolbar or pressing the (Esc) key while a script file is executing.
The STOP command closes the Robo-FTP application if it is executed while the program is running as a Windows service, exactly like the EXIT command.
Caution
The STOP command should not normally be used in scripts that are to run by the CRON or CALL commands; the RETURN command is appropriate for these situations.
STOP may also be used to stop running a script when it is in the break state (as the result of using the BREAK script command during debugging).
Related command(s): BREAK, EXIT, GO, RESUME, RETURN
See also: Interactive Debugging