previous up next
Go up to 3.5 Miscellaneous
Go forward to FlushD: Flush the Result Caches
RISC-Linz logo

DeleteD: Delete a Task

DeleteD[task]

This call deletes task from the current distributed session. After the task is deleted, it should not be referenced anymore.

If the task is finished, the result will be deleted from the result caches. If the task is still executed, then the system waits until the result is computed, but afterwards the result will be deleted. If the execution of the task has not yet started, then it will be canceled before start.

In[5]:=DeleteD[t]
Out[5]=okay

Maintained by: Cleo Pau
Last Modification: July 5, 2000

previous up next