Packages

An LFE application

Current section

Files

Jump to
tasker priv examples multiple.config
Raw

priv/examples/multiple.config

[{tasker,
[{tasks, [[{name, "Example Task (regular date check)"},
{cmd, "date"},
{args, []},
{interval, 4}],
[{name, "Example Task (regular test message)"},
{cmd, "echo"},
{args, ["this is a test"]},
{interval, 10}]]
}]
}].