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:

    
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-06-20 16:21:48 +0530 +0530