Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Feature Description

Schedules enable the automated execution of scripts at designated times, offering various options such as hourly, daily, weekly, monthly, or yearly intervals. Custom repeat intervals can also be specified, allowing users to set specific time frames for Action execution. For instance, schedules can be configured to run every few hours, on particular weekdays, or before the end of each month. This feature facilitates the seamless automation of essential tasks through script execution.

Designer Functionalities

Schedule Editor

To open the Schedule Editor, click on Tools > Schedule Editor. The window will allow users to set schedules for when they want the action to run. Users can set the Start Date, Start Time, how often it repeats, and the Date Type that will run. Users can also set the action to run when the schedule activates. They can run a command or a script to run whenever the Schedule criteria are met.

Runtime Functionalities

Schedule Enable/Disable

The user can enable or disable schedules at run time. If the user requires a script to be disabled or re-enabled during run time.

Users can set a script by using the schedule.setEnable(Schedule) function, they can then set which schedule they want to disable or Re-enable during run time if need be. Users can also use schedule.isEnabled(Schedule) to check if a schedule is currently enabled or disabled during runtime.

  • No labels