WLJS LogoWLJS Notebook

ScheduledTaskActiveQ

ScheduledTaskActiveQ[obj] yields True if obj represents an active task, and False otherwise.

Examples

Check if a scheduled task is active:

task = CreateScheduledTask[Print["Hello"], 5];
ScheduledTaskActiveQ[task]
(* True *)

Please visit the official Wolfram Language Reference for more details.

On this page