4.12 Handling signals
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Built-in Predicates
Handling signals
on_signal/3
current_signal/3
prolog_alert_signal/2
Notes on signal handling
Packages
Availability:
built-in
current_signal
(
?Name, ?Id, ?Handler
)
Enumerate the currently defined signal handling.
Name
is the signal name,
Id
is the numerical identifier and
Handler
is the currently defined handler (see
on_signal/3
).