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.
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.
