DynamicSchedule
DynamicSchedule: Constructor
The DynamicSchedule()
constructor creates a new DynamicSchedule instance.
Parameters
clientrequired
TriggerClient
The TriggerClient
instance to use for registering the trigger.
optionsrequired
DynamicScheduleOptions
The options for the dynamic schedule.
idrequired
string
Used to uniquely identify a DynamicSchedule
Returns
DynamicSchedule instance
DynamicSchedule
const dynamicSchedule = new DynamicSchedule(client, {
id: "dynamicinterval",
});
Was this page helpful?
const dynamicSchedule = new DynamicSchedule(client, {
id: "dynamicinterval",
});