Schedule Task

Schedule tasks are regular tasks to be executed frequently.

In order to use the Schedule Task, first you need to enable the “Schedule Monitor” of kooboo.

A Kooboo Schedule Task is a .NET class library implements KooBoo.Library.Scheduler.IJob interface.

Build your Visual Studio class library project into a DLL and place it under the bin folder of Kooboo. Kooboo will find that dll and list it as a Schedule Type for you to use.