Close

LuaFAR 3

Close


timer:Close ()

Parameters:
  none

Returns:
  nothing

Description:
  Closes the timer.

Note:
  A timer object is garbage-collected only when its lua_State closes,
  thus it is the application's responsibility to call the Close
  method when the timer is not needed anymore.