Defines a process to be called by the Asynchronous Scheduler (AES)
struct AESProcessStructure {
struct AESProcessStructure *ALink ;
LONG AWakeUpDelayAmount ;
LONG AWakeUpTime ;
void (*AProcessToCall) (void *);
LONG ARTag ;
LONG AOldLink ;
}
Points to set by AES.
Specifies the number of ticks to wait (developer-defined).
Specifies set by AES.
Points to the function to call (developer-defined).
Specifies the resource tag (developer-defined).
Specifies set this field to NULL.