help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

TSignalState

State of the signal handler

Declaration

Source position: sysutils.pp line 56

type TSignalState = (

  ssNotHooked,

  

No signal handler is set for the signal.

  ssHooked,

  

A signal handler is set for the signal.

  ssOverridden

  

A signal handler was set for the signal

);

Description

TSignalState indicates the state of a signal handler in a unix system for a particular signal.

See also

InquireSignal

  

Check whether a signal handler is set

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505