Schedule
class Schedule
A scheduling object using a cron
statement to schedule an event.
Types
Properties
Link copied to clipboard
A cron
expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *)
.
Link copied to clipboard
The state of the schedule.