mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-22 22:36:14 -06:00
remove scheduler started func
This commit is contained in:
parent
85d4994b96
commit
4580ae194c
1 changed files with 0 additions and 5 deletions
|
|
@ -44,11 +44,6 @@ func (sch *Scheduler) Start() bool {
|
|||
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
|
||||
// all running tasks. Returns false if not running.
|
||||
func (sch *Scheduler) Stop() bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue