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.

Sample Code Snippet


Package Imports
copy
import java.util.ArrayList; 
import com.zc.component.jobscheduling.beans.jobpool.ZCJobpoolDetails;
copy
ArrayList<ZCJobpoolDetails> jobpools = jobScheduling.getJobpool(); // get all jobpool

Last Updated 2025-09-23 19:47:43 +0530 IST