Update Libraries

This commit is contained in:
Tercio Jose
2023-12-26 11:19:08 -03:00
parent 2efc5a58f8
commit 7a3c32f6f8
6 changed files with 68 additions and 21 deletions
+2
View File
@@ -241,6 +241,8 @@ function detailsFramework.Schedules.LazyExecute(callback, payload, maxIterations
return payload
end
--Schedules a callback function to be executed after a specified time delay.
--It uniquely identifies each scheduled task by an ID, cancel and replace any existing schedules with the same ID.
function detailsFramework.Schedules.AfterById(time, callback, id, ...)
if (not detailsFramework.Schedules.ExecuteTimerTable) then
detailsFramework.Schedules.ExecuteTimerTable = {}