Function: Deschedule Purpose: De-register a function registered previously by one of the functions ScheduleRead, ScheduleWrite or ScheduleTimer. Category: SYSTEM File: events.src Author: J.P. Terlouw Use: #include "events.h" ident id; Deschedule(&id); Description: The function associated with 'id' is descheduled and 'id' is set to zero. (Note that the argument is a pointer to 'id'.) Related Docs: events.h ScheduleRead.dc3, ScheduleWrite.dc3, ScheduleTimer.dc3, DescheduleAll.dc3, MainLoop.dc2, AttachXt.dc2. Updates: Apr 8, 1997: JPT Document created.