ScheduledTasks

As of Version 11.2, ScheduledTasks has been superseded by the more general function Tasks.

ScheduledTasks[]

returns a list of ScheduledTaskObject and CloudObject expressions that represent current tasks.

Details

  • Tasks are created by functions such as CreateScheduledTask, RunScheduledTask, and ScheduledTask.
  • ScheduledTasks yields all scheduled tasks, including scheduled tasks in the cloud. By default, it does not list tasks associated with document generators.

Examples

open allclose all

Basic Examples  (2)

Display a list of currently set tasks:

Create a task:

Remove the task:

Remove all tasks:

Options  (1)

IncludeGeneratorTasks  (1)

By default, ScheduledTasks will list local tasks and cloud tasks unaffiliated with document generators. Use the IncludeGeneratorTasks option to control inclusion.

Deploy a document generator:

Retrieve metadata for the task associated with the generator:

The task is not present in the default listing:

The task is present in the augmented listing:

Delete the generator:

Wolfram Research (2010), ScheduledTasks, Wolfram Language function, https://reference.wolfram.com/language/ref/ScheduledTasks.html (updated 2014).

Text

Wolfram Research (2010), ScheduledTasks, Wolfram Language function, https://reference.wolfram.com/language/ref/ScheduledTasks.html (updated 2014).

CMS

Wolfram Language. 2010. "ScheduledTasks." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/ScheduledTasks.html.

APA

Wolfram Language. (2010). ScheduledTasks. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ScheduledTasks.html

BibTeX

@misc{reference.wolfram_2023_scheduledtasks, author="Wolfram Research", title="{ScheduledTasks}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/ScheduledTasks.html}", note=[Accessed: 19-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_scheduledtasks, organization={Wolfram Research}, title={ScheduledTasks}, year={2014}, url={https://reference.wolfram.com/language/ref/ScheduledTasks.html}, note=[Accessed: 19-April-2024 ]}