Get Details of All Crons
The following SDK will allow you to get all available information on all Pre-Defined Crons using the getCron() SDK method.
Note: This method will only fetch you details of Pre-Defined Crons. This method will not work for Dynamic Crons.
Ensure the following packages have been imported:
copyimport java.util.List; import com.zc.component.jobscheduling.beans.cron.ZCCronDetails;
copyList<ZCCronDetails> allCrons = jobScheduling.cron.getCron(); // get all cron details
Last Updated 2025-06-20 16:21:48 +0530 +0530
Yes
No
Send your feedback to us
Skip
Submit