|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
$AsynchronousTask
$AsynchronousTask
returns the current AsynchronousTaskObject.
DetailsDetails
- $AsynchronousTask is set when Mathematica evaluates an asynchronous task's event function or error function.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
When Mathematica evaluates the event function, $AsynchronousTask is set to the AsynchronousTaskObject that generated the event.
| In[1]:= |
| Out[1]= |
When not running an event function or error function, $AsynchronousTask is not set.
| In[1]:= |
| Out[1]= |
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

