mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Made CleanUpScheduler private
This commit is contained in:
parent
8b1583df30
commit
507e4ef25a
@ -100,7 +100,7 @@ function CLEANUP:New( AirbaseNames )
|
|||||||
|
|
||||||
self:HandleEvent( EVENTS.Birth, self.__.OnEventBirth )
|
self:HandleEvent( EVENTS.Birth, self.__.OnEventBirth )
|
||||||
|
|
||||||
self.CleanUpScheduler = SCHEDULER:New( self, self.__.CleanUpScheduler, {}, 1, self.TimeInterval )
|
self.__.CleanUpScheduler = SCHEDULER:New( self, self.__.CleanUpSchedule, {}, 1, self.TimeInterval )
|
||||||
|
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
@ -319,7 +319,7 @@ end
|
|||||||
|
|
||||||
--- At the defined time interval, CleanUp the Groups within the CleanUpList.
|
--- At the defined time interval, CleanUp the Groups within the CleanUpList.
|
||||||
-- @param #CLEANUP self
|
-- @param #CLEANUP self
|
||||||
function CLEANUP.__:CleanUpScheduler()
|
function CLEANUP.__:CleanUpSchedule()
|
||||||
|
|
||||||
local CleanUpCount = 0
|
local CleanUpCount = 0
|
||||||
for CleanUpUnitName, CleanUpListData in pairs( self.CleanUpList ) do
|
for CleanUpUnitName, CleanUpListData in pairs( self.CleanUpList ) do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user