evaluateQueued
is a tag that queues input to Mathematica to be evaluated later.


evaluateQueued
evaluateQueued
is a tag that queues input to Mathematica to be evaluated later.
Details
- The evaluateQueued tag is necessary to carry out computations with Wolfram Web Engine that take longer than a single web request. When the evaluateQueued tag is processed, Wolfram Web Engine creates a job object that waits in a queue until a kernel is available to do the calculation and the HTTP request returns immediately, probably before the computation has even started. At some time in the future, the request is run and any results are saved. The web client can make a request to the server, using an identifier for the job, at any time to find out what has happened to the request. More information can be found in the section on queueing of long calculations.
- The evaluateQueued tag takes the following optional attributes:
-
pool attribute that specifies the pool the computation should use var attribute that specifies the name of a page variable to hold the ID of the job
Text
Wolfram Research (1996), evaluateQueued, Wolfram Language function, https://reference.wolfram.com/language/WolframWebEngine/ref/tags/evaluateQueued.html.
CMS
Wolfram Language. 1996. "evaluateQueued." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/WolframWebEngine/ref/tags/evaluateQueued.html.
APA
Wolfram Language. (1996). evaluateQueued. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/WolframWebEngine/ref/tags/evaluateQueued.html
BibTeX
@misc{reference.wolfram_2025_evaluatequeued, author="Wolfram Research", title="{evaluateQueued}", year="1996", howpublished="\url{https://reference.wolfram.com/language/WolframWebEngine/ref/tags/evaluateQueued.html}", note=[Accessed: 25-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_evaluatequeued, organization={Wolfram Research}, title={evaluateQueued}, year={1996}, url={https://reference.wolfram.com/language/WolframWebEngine/ref/tags/evaluateQueued.html}, note=[Accessed: 25-August-2025]}