Download TimePod 5330A Operation and Service

Transcript
ScriptEnd()
Marks the script for cleanup by the TimeLab runtime JavaScript engine. Scripts which
are associated with loaded plots must be terminated with a call to ScriptEnd() when
finished. Otherwise, they will continue to run (and consume resources) until one of the
following conditions is true:
- A script exception or other fatal error occurs
- The Scripts→Stop all running scripts (F12) command is issued by the user
- The user exits from TimeLab
ScriptFilename(Boolean full_path)
If full_path is true, ScriptFilename() returns a String containing the fully-qualified path to
the script’s JavaScript (.js) source file. Otherwise, it returns only the filename itself.
126