Schedules

ActionScheduler_CanceledSchedule

ActionScheduler_CanceledSchedule represents a canceled action. It explicitly has no next run, even if a scheduled date exists. Class definition class...

Updated February 13, 2026

ActionScheduler_CronSchedule

ActionScheduler_CronSchedule represents a recurring schedule based on a cron expression and the CronExpression parser. Class definition class ActionScheduler_CronSchedule extends ActionScheduler_Abstract_RecurringSchedule...

Updated February 13, 2026

ActionScheduler_IntervalSchedule

ActionScheduler_IntervalSchedule represents a recurring schedule that runs at fixed intervals measured in seconds. Class definition class ActionScheduler_IntervalSchedule extends ActionScheduler_Abstract_RecurringSchedule implements...

Updated February 13, 2026

ActionScheduler_NullSchedule

ActionScheduler_NullSchedule represents an async action with no scheduled date. It intentionally has no run time and is used for actions...

Updated February 13, 2026

Schedule Overview

Action Scheduler schedules describe when an action should run and whether it recurs. Schedules implement ActionScheduler_Schedule and are attached to...

Updated February 13, 2026

ActionScheduler_SimpleSchedule

ActionScheduler_SimpleSchedule represents a one-time schedule that runs at a single date/time and never recurs. Class definition class ActionScheduler_SimpleSchedule extends ActionScheduler_Abstract_Schedule...

Updated February 13, 2026
← Back to Chubes.net