Docs » Autodocs » exec.library » FreeSignal
FreeSignal -- free a signal bit
FreeSignal(signalNum) D0 void FreeSignal(BYTE);
This function frees a previously allocated signal bit for reuse. This call must be performed while running in the same task in which the signal was allocated.
Signals may not be allocated or freed from exception handling code.
Starting with V37, an attempt to free signal -1 is harmless.
signalNum - the signal number to free {0..31}.
|