Scheduling
These plugins can be used to schedule tasks to run at specific times or intervals.
SimpleTimer
This plugin allows you to implement simple timers in your CoreConnect application (ideally in the Functions service), either directly on your service or via a custom plugin.
Name | CoreConnect.SimpleTimer |
Choice | true |
Configuration | There is no specific configuration for this plugin |
Technical details
To make use of this plugin, you can register a timer in your custom plugin (see Custom Plugins) via the RegisterTimers method. The timer will then be executed at the specified interval. For example: