WLJS LogoWLJS Notebook

TaskObject

TaskObject[spec] is an object that represents a background task.

Examples

Create a scheduled task:

task = SessionSubmit[ScheduledTask[Print["Hello"], 1]]

Check task status:

TaskObject[task]["TaskStatus"]

Stop a task:

TaskRemove[task]

Please visit the official Wolfram Language Reference for more details.

On this page