- ScheduledTask - A list of Actions that will be scheduled to run periodically, at a specific time, or based on some event. Examples: the code that fetches email or rss feeds. ScheduledTasks and Actions are building blocks for engineers building Chandler, not end user concepts. Any similar concept exposed to the end user (e.g. Agents) will likely be built using ScheduledTasks.
|