Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
on idle -- A stay-open applet's 'idle' handler is called periodically while the applet remains open.
|
||||
-- Some code, including:
|
||||
if (someCondition) then
|
||||
quit -- Quit the applet when the script stops executing.
|
||||
error number -128 -- Stop executing the script. (Not necessary on recent systems.)
|
||||
end if
|
||||
|
||||
return 10 -- Number of seconds to the next call of this handler if the applet's still open.
|
||||
end idle
|
||||
Loading…
Add table
Add a link
Reference in a new issue