Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 13 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 and command execution.

Designer Functionalities

Schedule Editor

To open the Schedule Editor, click on Tools > Schedule Editor, or click the Open Schedule Editor… icon in the Toolbar. 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 script 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 to disable or Re-enable during run time if need be. Users can also use schedule.isEnabled(Schedule) to check if a schedule is enabled or disabled during runtime.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.