234
K
A
DAK
AMX 86 Procedures
ajfatl ajfatl
Purpose Fatal Exit from AMX
Used by n Task n IS P n Timer Procedure n Restart Procedure n Exit Procedure
Setup int errcode;
.
.
ajfatl(errcode);
CX
Where errcode is an error code which will be passed to your Fatal Exit Procedure
if one was provided in your User Parameter File.
Results There is no return from ajfatl.
If you have not provided a Fatal Exit Procedure or if it returns to AMX,
AMX will halt at location AMHALT.
See Also ajexit