Hi everyone,
I am searching for a flex library for job scheduling. I know the Timer API, but this is not exactly what I am searching for. Here is (one of) my usecase for my AIR application:
- Try to ping to website xyz every 15 minutes
- Every first monday of a month try connect to website abcdefg
- ..
So I am searching for a library like quartz in java, just a small sweet library for executing cron(like) jobs.
I hope someone can help me :)