Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

tocminLevel1maxLevel4includeoutlinefalseindentexcludeFeature Descriptiontypelistclassprintabletrue

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 select 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.

Image Modified

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

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.

Image Modified