Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.18 library(intercept): Intercept and signal interface
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(intercept): Intercept and signal interface
intercept/3
intercept/4
intercept_all/4
nb_intercept_all/4
send_signal/1
send_silent_signal/1
Packages
Availability:
:- use_module(
library(intercept)
).
(can be autoloaded)
send_signal
(
+Signal
)
If this predicate is called from a sub-goal of
intercept/3
, execute the associated
Handler
of the
intercept/3
environment.
Errors
unintercepted_signal(Signal)
if there is no matching intercept environment.
ClioPatria
(version
V3.1.1-40-g9d9e003
)