[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

CheckSignal

Checks for break signals

Declaration

Source position: amigados.pas line 2378

function CheckSignal(

  Mask: LongInt

):LongInt;

Arguments

Mask

  

The signal mask to check. ()SIGBREAKF_*)

Function result

The mask of all signals which were set. (SIGBREAKF_*)

Description

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.


Documentation generated on: 2017-01-10