Collection
Schedule\Collection
Magento\Cron\Model\ResourceModel\Schedule\Collection
What it does
This collection class provides methods to retrieve and manage multiple cron schedule records from the database.
Developers use this to query, filter, and manipulate sets of scheduled cron jobs, such as fetching all pending jobs, filtering by status, or bulk operations on scheduled tasks.
Public Methods
- _construct()