Schedule Task (v. 1.2, 2.0)

Schedule tasks are regular tasks, executed frequently.

In order to use the Schedule Task, first you need to enable the "Schedule Monitor" of Kooboo. It is enabled by default. You can find it under Root --> System --> Schedule Task.
Kooboo schedule task monitor
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 the DLL and list it as a Schedule Type to choose from.