Scheduler
Class Scheduler
Description Description
Source Source
File: packages/action-scheduler/classes/migration/Scheduler.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Methods Methods
- get_batch_size — Get migration batch size.
- get_migration_runner — Get migration runner object.
- get_schedule_interval — Get migration batch schedule interval.
- hook — Set up the callback for the scheduled job.
- is_migration_scheduled — Get a flag indicating whether the migration is scheduled.
- mark_complete — Mark the migration complete.
- run_migration — The migration callback.
- schedule_migration — Schedule the migration.
- unhook — Remove the callback for the scheduled job.
- unschedule_migration — Remove the scheduled migration action.