Initialize Job Scheduling Instance

You can create a Job Scheduling component reference as shown below. This will not fire a server-side call. We will refer to this component instance in various code snippets of working with Job Scheduling’s components.

Sample Code Snippet


Package Imports
copy
import com.zc.component.jobscheduling.ZCJobScheduling;
copy
ZCJobScheduling jobScheduling = ZCJobScheduling.getInstance(); // get job scheduling instance

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