open:hs-timer

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)


  • open/hs-timer.txt
  • 마지막으로 수정됨: 2022/11/10 07:56
  • 저자 127.0.0.1