DemiCode Scheduler 1.1.5

Release notes for version 1.1.5 including both fixes and improvements .
  • Scheduler.Stop() is ignored when called from within schedule eventhandlers
    Calling Scheduler.Stop from an event handler attached to a scheduler was effectively ignored and the scheduler would continue to process schedules. This is now improved so that code in event handlers may stop the scheduler they are attached to.