AsynchronousTasks[]
returns a list of running asynchronous tasks.
AsynchronousTasks
AsynchronousTasks[]
returns a list of running asynchronous tasks.
Details
- AsynchronousTasks returns a list of AsynchronousTaskObject objects.
- AsynchronousTaskObject objects are created by functions such as URLFetchAsynchronous.
Examples
Basic Examples (1)
Typically, there are no asynchronous tasks running:
AsynchronousTasks[]Start a download and check the list of asynchronous tasks. If the server completes the request quickly, the task list could be empty:
URLFetchAsynchronous["http://exampledata.wolfram.com/5mb.dat",
If[#2 === "data", MessageDialog["Download complete."]]&]
AsynchronousTasks[]Once the dialog appears, the task will no longer be in the task list:
AsynchronousTasks[]Tech Notes
History
Text
Wolfram Research (2012), AsynchronousTasks, Wolfram Language function, https://reference.wolfram.com/language/ref/AsynchronousTasks.html.
CMS
Wolfram Language. 2012. "AsynchronousTasks." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AsynchronousTasks.html.
APA
Wolfram Language. (2012). AsynchronousTasks. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AsynchronousTasks.html
BibTeX
@misc{reference.wolfram_2026_asynchronoustasks, author="Wolfram Research", title="{AsynchronousTasks}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/AsynchronousTasks.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_asynchronoustasks, organization={Wolfram Research}, title={AsynchronousTasks}, year={2012}, url={https://reference.wolfram.com/language/ref/AsynchronousTasks.html}, note=[Accessed: 15-June-2026]}