A running context can be removed at any time regardless of its current activity, including synchronous external operations such as the Invoke UDP operation.
The CtxKill function abruptly terminates the running thread of the specified context. Terminating a running thread can result in the improper release of resources, such as database connections and Instantiated Java or COM objects, which is similar to abruptly terminating the engine process.
Before evaluating the CtxKill function, you should load the Context list by evaluating the CtxNum function.
|