hs timer

-- 100초 뒤에 실행
-- swTimerObj / 사용하지 않아도 변수에 할당해야 실행됨
-- Try assigning it to a global variable. I should be then not garbage collected.
swTimerObj = hs.timer.doAfter(100, function()
   sw:start()
end)


관련 문서