previous up next
Go backward to dist[flush]: Flush the Result Caches
Go up to 3.4 Miscellaneous
Go forward to dist[abort]: Abort the Session
RISC-Linz logo

dist[reset]: Reset the Session


dist[reset]()

This call resets the session, i.e., it deletes all tasks and their results, and flushes all caches; in particular, it also destroys and restarts all Maple kernels connected to the system (except for the kernel connected to the user interface). However, the network connections remain open during this operation; this operation is therefore faster than a termination and re-start of the session.


> dist[reset]();
                                     okay


Maintainer: Wolfgang Schreiner
Last Modification: July 6, 2001

previous up next