silc_schedule_task_del_event

SYNOPSIS

    void silc_schedule_task_del_event(SilcSchedule schedule,
                                      const char *event);

DESCRIPTION

Deletes event task by the event name `event'. Returns FALSE if the event does not exist. Events can be deleted by calling the silc_schedule_task_del also.

If `schedule' is NULL this will call silc_schedule_get_global to try to get global scheduler.