
Chapter 5 Script Commands
Scripting Guide 96
END
Syntax:
END
Description:
Ends the execution of the script thread.
Action:
The execution of the current script thread stops. A script thread begins
immediately after the first “execution” point—from Event Manager,
manually, or the START command. The script containing the START
command is not part of the thread.
Parameters:
N/A.
Returns:
N/A.
Notes:
N/A.
Example:
//Example showing a script end point
...
LOG(LOG_FLT, “This subscript has finished its task.”)
END
See Also:
RETURN
Commentaires sur ces manuels