Guard against overlapping scheduled runs

A guard scenario sets a flag in Data table while it works: until the previous run finishes, a new one won't start.

  • Keeps runs from overlapping
  • Sets a "busy" flag in Data table
  • Clears the flag when done
  • For heavy scheduled scenarios