Looking for an event scheduler for Delphi?

夙愿已清 提交于 2019-12-07 05:28:40

问题


I was recently looking at TJvScheduledEvents that comes with the JVCL library because I have a need for a dynamic scheduler in a Delphi application. Initially this looked to fit the bill, but I have run into some concerns.

  • Limited documentation other than the code itself
  • The event scheduler form that lets you create events appears to be a design time form with no runtime interface.
  • Issues with storing dynamically created scheduled events to a file or database so that they are not lost when the application restarts.

Does anyone have any experience with this object or another scheduling interface. I would rather not have to build this myself if there are other options.


回答1:


I used CRON Scheduler as referenced in the comments above by @LURD. It has worked as expected and was very easy to integrate. I also like that it cleanly supported threads for running scheduled events and fit what I was looking for.



来源:https://stackoverflow.com/questions/10270660/looking-for-an-event-scheduler-for-delphi

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!