lua.wetgenes.tasks.memos
for memo in tasks:memos(subid) do
... -- deal with new memos
end
Simple iterator for memos available at a subscription id.
for memo in tasks:memos(subid) do
... -- deal with new memos
end
Simple iterator for memos available at a subscription id.