Checks for break signals
Source position: amigados.pas line 1592
function CheckSignal( |
mask: LongInt |
):LongInt; |
mask |
|
The signal mask to check. ()SIGBREAKF_*) |
The mask of all signals which were set. (SIGBREAKF_*)
Checks the current task to see if any of the signals specified in the mask have been set. The mask of all signals which were set is returned. The signals specified in the mask will be cleared.