error = AbortIO( timerequest )
D0 A1
LONG AbortIO( struct timerequest * );
This is an exec.library call.
This routine removes a timerquest from the timer. It runs in the context of the caller.
0 if the request was aborted, io_Error will also be set to
IOERR_ABORTED.
-1 otherwise
This function may be called from interrupts.