previous up next
Go backward to dist[reset]: Reset the Session
Go up to 3.4 Miscellaneous
Go forward to dist[logging]: Switch Logging Status
RISC-Linz logo

dist[abort]: Abort the Session


dist[abort](message)

This call aborts the session by terminating all Maple kernels (except for the kernel connected to the user interface) and closing all network connections. The denoted message is printed at the user interface and written to file /tmp/dist.error (if possible).


> dist[abort](`invalid type`);
Error, (in dist/abort) invalid type
dist error: invalid type
program aborted


Maintainer: Wolfgang Schreiner
Last Modification: July 6, 2001

previous up next