|
|
|
Online Scripting Reference
|
|
stop
|
Purpose
|
Terminates an active script.
|
|
Syntax
|
stop {scriptName}
{scriptName}: The file name of the active script to terminate (not case sensitive).
|
|
Notes
|
This command will terminate the first script currently being executed by TWX Proxy with a name that matches the one specified. The specified script name does not require the extension (.ts or .cts) of the target script, nor its file path.
|
|
Example
|
# load then terminate keepalive script (completely useless)
load 1_keepalive
stop 1_keepalive
|
Return to item listing |
|
|