Enable interrupt processing
Source position: exec.pas line 1802
| procedure Enable; | 
Allow system interrupts again occur after a Disable() was called.
The programmer must execute exactly one call to Enable() for every call to Disable().
| 
 | Disable interrupt processing | |
| 
 | Permit task rescheduling. | |
| 
 | Forbid task scheduling. |