remove scheduler started func

This commit is contained in:
tobi 2025-03-05 16:08:58 +01:00
commit 4580ae194c

View file

@ -44,11 +44,6 @@ func (sch *Scheduler) Start() bool {
return false return false
} }
// Started returns true if the scheduler has been started.
func (sch *Scheduler) Started() bool {
return sch.ts != nil
}
// Stop attempts to stop scheduler, cancelling // Stop attempts to stop scheduler, cancelling
// all running tasks. Returns false if not running. // all running tasks. Returns false if not running.
func (sch *Scheduler) Stop() bool { func (sch *Scheduler) Stop() bool {