Schedule has started or stopped
Jump to navigation
Jump to search
Triggered when selected schedule starts. Arguments are stored in table event.args
Arguments
scheduleActivetrue when schedule is active, false otherwisescheduleIdschedule ID
Print arguments
-- print all arguments
for i, v in pairs(event.args) do
logf("%s: %s",tostring(i),tostring(v))
end