Forum OpenACS Q&A: How do you unschedule a proc?

Collapse
Posted by Gabriel Burca on
Is there a simple way to unschedule a proc? There's no obvious ad_unschedule_proc function to complement ad_schedule_proc.
Collapse
Posted by Tom Jackson on

AOLserver has an unschedule, check out: ns_schedule_proc and ns_unschedule_proc .

Collapse
Posted by Tom Jackson on

You can also use the cronjob package. Schedules are stored in the database, and it is easy to disable a proc.