226
K
A
DAK
AMX 86 Procedures
ajevdel ajevdel
Purpose Delete an Event Group
Used by n Task o IS P o Timer Procedure n Restart Procedure n Exit Procedure
Setup AMXID group;
int status;
.
.
status = ajevdel(group);
AX BX
Where group is the group id of an event group acquired with a call to ajevcre.
Results Interrupts are disabled and then restored to their state at the time of the
call.
Status is returned.
AEROK = Call successful
AEREVU = Event group is still in use
One or more tasks are still waiting for events in the group.
AERNSG = Invalid event group id
Restrictions You must be absolutely certain that no other task, ISP or Timer Procedure
is in any way using or about to use the event group. Failure to observe
this restriction may lead to unexpected and unpredictable faults.
See Also ajevcre