signals = CheckSignal(mask)
D0 D1
ULONG CheckSignal(ULONG)
This function checks to see if any signals specified in the mask have been set and if so, returns them. Otherwise, it returns FALSE. All signals specified in mask will be cleared.
exec.library/SetSignal, <exec/tasks.h>, <dos/dos.h>