Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # hs timer <code lua> -- 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) </code> open/hs-timer.txt Last modified: 2024/10/05 06:15by 127.0.0.1