Get All Job Pool
Using the following SDK, you will be able to get all the available details on all of the available Job Pools.
Ensure the following packages are imported:
copyimport java.util.ArrayList; import com.zc.component.jobscheduling.beans.jobpool.ZCJobpoolDetails;
copyArrayList<ZCJobpoolDetails> jobpools = jobScheduling.getJobpool(); // get all jobpool
Last Updated 2025-06-20 16:21:48 +0530 +0530
Yes
No
Send your feedback to us
Skip
Submit