IPM
InterruptManager Class Reference

Handles setting of "break" to avoid Ctr-C breaking the instance when called during critical sections. More...

Inheritance diagram for InterruptManager:
Inheritance graph

Public Member Functions

_.Library.Status OnClose ()
 This callback method is invoked by the <METHOD>Close</METHOD> method to. More...
 
 DisableInterrupts ()
 Disables interrupts.
 

Private Attributes

 __BreakValue
 Stores the value associated with the "break" command. More...
 

Detailed Description

Handles setting of "break" to avoid Ctr-C breaking the instance when called during critical sections.

Member Function Documentation

◆ OnClose()

_.Library.Status OnClose ( )

This callback method is invoked by the <METHOD>Close</METHOD> method to.

provide notification that the current object is being closed.

The return value of this method is ignored.

Member Data Documentation

◆ __BreakValue

__BreakValue
private

Stores the value associated with the "break" command.