Interface and Operations / Cron Job (Legacy: Auto Trigger Configuration)
When a function written by a user needs to be executed automatically on a regular basis, a "Cron Job" can be created for this function.
Cron Job List
By navigating to "Manage / Cron Job", you can access the Cron Job list, where you can manage Cron Jobs.
Manually Execute a Cron Job
In some cases, if a user wants to immediately execute a configured "Cron Job" outside of the scheduled plan, they can click "Execute" in the "Cron Job" list to trigger it manually.
Reference Guide
For basic concepts of Cron Jobs, refer to the Guide Script Development / Basic Concepts / Cron Job (Legacy: Auto Trigger Configuration)
For detailed function writing methods, refer to the Guide Script Development / Write and Call Functions