Skip to content

Magento2: How to check if cron job is working or not? [closed]

How can I check if my cron job is created or not?
I have created a module that is creating shipment of orders with status processing,
my question is how can I check if the cron job is working or not?
how can I debug my cron file?