<< Click to Display Table of Contents >> Navigation: Reference (Scripting) > Docklight Script Commands - The DL Object > Methods > Quit |
Stops the Docklight script immediately.
Return Value
Void
Syntax
DL.Quit
Remarks
If communication has been started using a script command (see StartCommunication) , the communication is stopped, too. If a log file has been opened using StartLogging, the file is closed. Files opened using FileInput or FileOutput are closed as well.
Using VBScript's built-in "Stop" statement, or other VBScript debugging features that alter the program flow, is not possible in Docklight Scripting. Always use the DL.Quit statement to terminate script execution.