Difference between revisions of "Stop"
From OpenEUO
(Created page with " stop () Immediately ends execution of the script.") |
|||
Line 1: | Line 1: | ||
stop () | stop () | ||
− | Immediately ends execution of the script. | + | Immediately ends execution of the script. It cannot be resumed. |
+ | |||
+ | [[Pause]] | ||
+ | |||
+ | [[Wait]] |
Latest revision as of 10:12, 9 October 2010
stop ()
Immediately ends execution of the script. It cannot be resumed.