TSignalState
State of the signal handler (unix only)
Declaration
Source position: sysutils.pp line 76
Type
TSignalState = (ssNotHooked,ssHooked,ssOverridden)
Description
TSignalState indicates the state of a signal handler in a unix system for a particular signal.
See also
Name | Description |
---|---|
InquireSignal | Check whether a signal handler is set (unix only) |