AutoRefreshed[expr]
represents an expression to be reevaluated every hour and made available in the cloud.
AutoRefreshed[expr,dt]
reevaluates at time interval dt.
AutoRefreshed[expr,timespec]
reevaluates on the schedule specified by timespec.
AutoRefreshed[expr,timespec,fmt]
specifies that the result from evaluating expr should be given in format fmt.
AutoRefreshed[expr,timespec,{fmt,rform}]
specifies that the result should be given as a response of the form rform.


AutoRefreshed
AutoRefreshed[expr]
represents an expression to be reevaluated every hour and made available in the cloud.
AutoRefreshed[expr,dt]
reevaluates at time interval dt.
AutoRefreshed[expr,timespec]
reevaluates on the schedule specified by timespec.
AutoRefreshed[expr,timespec,fmt]
specifies that the result from evaluating expr should be given in format fmt.
AutoRefreshed[expr,timespec,{fmt,rform}]
specifies that the result should be given as a response of the form rform.
Details

- AutoRefreshed is typically used with CloudDeploy to create a cloud object whose content is automatically updated on a schedule.
- timespec follows the specification for scheduled tasks.
- Possible result formats fmt in AutoRefreshed[expr,fmt] are:
-
"fmt" any format supported by ExportForm fun an arbitrary function to be applied to expr - AutoRefreshed[expr,"fmt"] is equivalent to AutoRefreshed[ExportForm[expr,"fmt"]].
- AutoRefreshed objects may be removed using TaskRemove.
Related Guides
History
Text
Wolfram Research (2015), AutoRefreshed, Wolfram Language function, https://reference.wolfram.com/language/ref/AutoRefreshed.html.
CMS
Wolfram Language. 2015. "AutoRefreshed." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AutoRefreshed.html.
APA
Wolfram Language. (2015). AutoRefreshed. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AutoRefreshed.html
BibTeX
@misc{reference.wolfram_2025_autorefreshed, author="Wolfram Research", title="{AutoRefreshed}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/AutoRefreshed.html}", note=[Accessed: 15-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_autorefreshed, organization={Wolfram Research}, title={AutoRefreshed}, year={2015}, url={https://reference.wolfram.com/language/ref/AutoRefreshed.html}, note=[Accessed: 15-August-2025]}