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

dist[delete]: Delete a Task


dist[delete](task)

This call deletes task from the distributed Maple session. Subsequently, task must not be referenced any more in the current session.

If the corresponding task has already completed execution, its result is deleted from the system. If the task has not yet started execution, it will probably not get executed any more. If the task is under execution, it will continue until completion (but its result will be deleted afterwards).


> dist[delete](t);
                                     okay


Maintainer: Wolfgang Schreiner
Last Modification: July 6, 2001

previous up next