Handles setting of "break" to avoid Ctr-C breaking the instance when called during critical sections. More...
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... | |
Handles setting of "break" to avoid Ctr-C breaking the instance when called during critical sections.
_.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.
|
private |
Stores the value associated with the "break" command.