This commit is contained in:
FlightControl
2016-12-14 06:58:24 +01:00
parent 02d4bbf3ff
commit 761053c95e
10 changed files with 137 additions and 103 deletions

View File

@@ -539,6 +539,7 @@ function TASK_BASE:RemoveStateMachine( TaskUnit )
self.Fsm[TaskUnit] = nil
collectgarbage()
self:T( "Garbage Collected, Processes should be finalized now ...")
end
--- Checks if there is a FiniteStateMachine assigned to Task@{Unit} for @{Task}