52.9.8 Terminate
The "Terminate" activity simply kills the whole script immediately and unconditionally. One possible application of this activity is to combine it with "Wait For" to stop a script at a fixed time of day. The Wait For should then have Trigger = Schedule and Start = "Time of Day". For example, suppose the script contains a while loop; the sequence depicted below might then be inserted in the while loop to stop execution at 3 p.m.