Go up to 3.5 Miscellaneous Go forward to FlushD: Flush the Result Caches |
![]() |
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