1 - 10 of 20 for URLFetchAsynchronousSearch Results

URLFetchAsynchronous["url", eventFunction] performs a connection in the background, calling the eventFunction when an event is raised.
AsynchronousTasks[] returns a list of running asynchronous tasks.
$AsynchronousTask returns the current AsynchronousTaskObject.
AsynchronousTaskObject["name", id, sessionid] is an object that represents asynchronous evaluations from a particular asynchronous task.
RemoveAsynchronousTask[asyncTask] stops asynchronous evaluations and removes asyncTask from the system.
The functions URLFetchAsynchronous and URLSaveAsynchronous are used to download data in the background, while continuing to use Mathematica for evaluations. Asynchronous ...
WaitAsynchronousTask[task] waits for task to complete.
$HTTPCookies is a global variable which contains the shared HTTP cookies used when connecting to a web server.
StartAsynchronousTask[task] allows asynchronous evaluations from task after it has been stopped.
StopAsynchronousTask[task] stops asynchronous evaluations from task.

...