红鱼儿

Scheduler.Run

Scheduler.Run(
procedure(const AScheduledEvent: IkbmMWScheduledEvent)
begin

end).SynchronizedAfterRun(
procedure(const AScheduledEvent: IkbmMWScheduledEvent)
begin

end).WhenException(
procedure(const AException: Exception)
begin
ApplicationShowException(AException);
end).Activate;

posted on 2022-10-13 06:47  红鱼儿  阅读(167)  评论(0编辑  收藏  举报