222
K
A
DAK
AMX 86 Procedures
ajend ajend
Purpose End Execution of a Task
Used by n Task o IS P o Timer Procedure o Restart Procedure o Exit Procedure
Setup ajend();
Results There is no return from ajend.
If any task is waiting for this task to finish processing its message, AMX
will automatically call ajwakc to wake that task.
Restrictions Ajend can only be used to terminate the task which is making the call.
See Also ajsend, ajtrig, ajwakc, ajtkstp, ajtkill, ajtkdel