Describes an event that is schedudled to be run every so often.
Page Details:
Describes a library that handles everything related to timed events. The timed events work very much as cron jobs except that they are checked on every page load instead of being a running process.
An array of instances of TimedEvent. Each instance represents one event that should be performed. An empty array is returned if there are no due events.