$scheduled_timestamp
$scheduled_timestamp : int
Timestamp equivalent of @see $this->scheduled_date
Class ActionScheduler_SimpleSchedule
$scheduled_timestamp : int
Timestamp equivalent of @see $this->scheduled_date
$timestamp : null
Deprecated property @see $this->__wakeup() for details.
__wakeup() : mixed
Unserialize recurring schedules serialized/stored prior to AS 3.0.0
Prior to Action Scheduler 3.0.0, schedules used different property names to refer to equivalent data. For example, ActionScheduler_IntervalSchedule::start_timestamp was the same as ActionScheduler_SimpleSchedule::timestamp. Action Scheduler 3.0.0 aligned properties and property names for better inheritance. To maintain backward compatibility with schedules serialized and stored prior to 3.0, we need to correctly map the old property names with matching visibility.