AMX 86 Procedures
K
A
DAK
331
ajtmdel ajtmdel
Purpose Delete an Interval Timer
Used by n Task o IS P n Timer Procedure n Restart Procedure n Exit Procedure
Setup AMXID timerid;
.
.
status = ajtmdel(timerid);
AX DX
Where timerid is the timer id identifying the timer to be deleted.
Results Interrupts are disabled and then restored to their state at the time of the
call.
Status is returned.
AEROK = Call successful
AERNSTM = Invalid timer id
Note A Timer Procedure can delete the interval timer with which it is
associated.
An active interval timer can be deleted.
Restriction You must be absolutely certain that no other task, ISP or Timer Procedure
is in any way using or about to use the interval timer. Failure to observe
this restriction may lead to unexpected and unpredictable faults.
See Also ajtmcre