You are here

Calimah Scheduler

The development of Calimal was motivated by the idea to create a cron like scheduler that is improved in two points compared to the Windows builtin at service:

  • Support of small intervals: The at service supports only intervals of hours. Calimah supports milliseconds intervals.
  • Execution of programs without active user: Calimah is implemented as Windows service als Windows Dienst and executes a programs as LocalSystem or as any user, respectively.