mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
add GetQueue method to scheduler
This commit is contained in:
@@ -110,3 +110,7 @@ func (s *Scheduler) Restart() {
|
||||
s.timer.Stop()
|
||||
}
|
||||
}
|
||||
|
||||
func (s *Scheduler) GetQueue() engine.ActionTimingPriotityList {
|
||||
return s.queue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user