Create a Job Scheduling Instance

JS SDK Repo
Note: Ensure you have installed the required package to use this SDK method.

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

copy
// Get a Job Scheduling instance
const jobScheduling = new JobScheduling();

Last Updated 2026-09-09 16:15:38 +0530 IST