Interface and Operations / Triggers
When a user-written function needs to be executed automatically on a schedule, a "Trigger" can be created for that function.
Triggers List
You can access the Triggers list via "Manage / Triggers". On this page, you can manage your Triggers.
Manually Execute a Trigger
In certain situations, if a user wishes to immediately execute a configured "Trigger" outside of its scheduled plan, they can click "Execute" in the "Triggers" list to achieve a temporary manual trigger.
Reference Documentation
For basic concepts about Triggers, please refer to the document Script Development / Concepts / Triggers
For detailed function writing methods, please refer to the document Script Development / Write and Call Functions