User Tools

Site Tools


dictionary:events:thisscript

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dictionary:events:thisscript [2009/09/28 21:14] – external edit 127.0.0.1dictionary:events:thisscript [2023/02/13 14:52] (current) – external edit 127.0.0.1
Line 2: Line 2:
 while running a global script this verb can be used to get the name of the currently running script. So if you need to reference the script you can do so with this so that if you want to change the name of the script later you wont have to do a lot of script editing. This is only set during the running of a global script. while running a global script this verb can be used to get the name of the currently running script. So if you need to reference the script you can do so with this so that if you want to change the name of the script later you wont have to do a lot of script editing. This is only set during the running of a global script.
  
 +
 +If a scripting error occurs while a global script is running thisScript will also be set before the [[dictionary:errors:index|Script Error Alert]] script is run so that you can use that information to alert or log more info.
 ===Usage:=== ===Usage:===
 **thisScript**\\ **thisScript**\\
Line 11: Line 13:
 execute (ThisScript) in 5 * minutes execute (ThisScript) in 5 * minutes
 </code> </code>
 +
 +
 +===See Also:===
 +  * [[dictionary:unitinformation:thisunit|thisUnit]]
 +  * [[dictionary:xtension:thisinterface|thisInterface]]
dictionary/events/thisscript.1254172448.txt.gz · Last modified: 2023/02/13 14:51 (external edit)