I've read the Schedule PDF documentation.
My class project's default namespace is DotNetNuke.Services.Scheduling, class and assembly name is "SBInterface"
I've created a class file, compiled it, and added it to the \bin folder. I set the maxthreads to "-1" (the books and doc says the default is -1, however, my web.config had "1" - ?) and debug to true.
I set the Full Class Name & Assembly to: "DotNetNuke.SBInterface,SBInterface"
I enababled and set the schedule to 2 minutes. When I refresh the schedule page, the "Next Start" keeps incrementing to the current time... Also, there are a bunch of EVENT ADDED TO PROCESS GROUP 0 entries in the site log, but no other log entries.
Any ideas? Thanks!