terminate method
Terminates and unloads the Microsoft Windows Script engine instance associated with this object. It gives the user the means to close a given script engine instance.
terminate( [immediate] )
Parameters
boolean immediate
[optional] If true the script context is deleted immediately, if false it is not deleted until the next message cycle, giving running scripts a chance to finish
Returns
void
这对您有帮助吗?