atexit
atexit(f)
Register a zero-argument function f()
to be called at process exit.
atexit()
hooks are called in last in first out (LIFO) order and run before object finalizers.
Examples
See Also
addprocs, atexit, cd, clipboard, EnvHash, exit, getpid, peakflops, ProcessExitedException, process_exited, process_running, procs, quit, readandwrite, redirect_stdout, rmprocs, run, setenv, spawn, withenv,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.