wendy / com.levibostian.wendy / WendyConfig / automaticallyRunTasks

automaticallyRunTasks

var automaticallyRunTasks: Boolean

Turn on and off the ability for Wendy to automatically run all of the PendingTasks set to not manually run for you. This takes place when you:

  1. Add a task to Wendy via Wendy.addTask.
  2. The periodically scheduled execution of all PendingTasks by Wendy.

Note: You can still have this property set to false and manually call Wendy.runTasks to run all tasks.