1

I am using Mathematica 11

below is an simple example of RunScheduledTask copied from documentation.

n = 0; Dynamic[n]
RunScheduledTask[n++, {1, 3}];

After running it, it will count 3 seconds

Now run

RemoveScheduledTask[ScheduledTasks[]];

you will find the kernel quited!! This can be seen from the fact the variable n becomes blue again. Is this normal?

Karsten7
  • 27,448
  • 5
  • 73
  • 134
matheorem
  • 17,132
  • 8
  • 45
  • 115

0 Answers0