WLJS LogoWLJS Notebook

ScheduledTaskObject

ScheduledTaskObject[id, expr, spec, ...] is a task object specifying future evaluation of expr according to spec.

Examples

task = SessionSubmit[ScheduledTask[Print["Hello"], {5}]]
TaskRemove[ScheduledTaskObject[1]]

Please visit the official Wolfram Language Reference for more details.

On this page