|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
AsynchronousTaskObject
AsynchronousTaskObject["name", id, sessionid]
is an object that represents asynchronous evaluations from a particular asynchronous task.
DetailsDetails
- URLFetchAsynchronous returns an AsynchronousTaskObject.
- id is a serial number used to distinguish asynchronous tasks.
- sessionid is the $SessionID of the Mathematica session where the AsynchronousTaskObject was created.
- An AsynchronousTaskObject can be passed to StopAsynchronousTask, StartAsynchronousTask, and WaitAsynchronousTask.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Remove one of the download tasks using its AsynchronousTaskObject expression:
| In[2]:= |
The removed task will no longer be listed:
| In[3]:= |
| Out[3]= |
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

