news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

BL_Idle

Revision
Revised on

Description


Code

on BL_Idle
  -- check if its time for the next backup
  
  global BL_NextBackup
  
  if the seconds > BL_NextBackup then
    BL_AttemptBackup
    BL_CheckForCompact
  end if
end BL_Idle