webMathematica
>
Configuration
>
webMathematica Paclet Symbol
webMathematica User Guide
Configuration in webMathematica User Guide
Tutorials
KernelDestroyCode
KernelDestroyCode
Mathematica
code to run during kernel shutdown
MORE INFORMATION
KernelDestroyCode
is a configuration setting giving
Mathematica
code that runs when a kernel is being shutdown by the server. Note that this code is not run if the kernel is shut down due to an exception, such as a timeout or a memory limit.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
A sample setting is shown below.
<KernelDestroyCode>
MyApplication`ShutdownConnection[]
</KernelDestroyCode>
TUTORIALS
web
Mathematica
User Guide
Configuration in web
Mathematica
User Guide