(v13) The interruptenabled operator
This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP
bool interruptenabled -
Controls the servicing of interrupts. When bool
is true
, interrupts are serviced as they occur. A typical use of this operator is to temporarily disable interrupts during brief segments of time-critical code, by calling it with false
as operand. Interrupts can still occur and be recorded. Any pending interrupts are serviced after the next call to interruptenabled
with a true
operand.
Default: true
.