%ZHSLIB.PackageManager.Core.InterruptManager
class %ZHSLIB.PackageManager.Core.InterruptManager extends %Library.RegisteredObject
Handles setting of "break" to avoid Ctr-C breaking the instance when called during critical sections.Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property BreakValue as %Boolean [ Private , InitialExpression = $ZJob\4#2 ];
Stores the value associated with the "break" command.
Property methods: BreakValueDisplayToLogical(), BreakValueGet(), BreakValueIsValid(), BreakValueLogicalToDisplay(), BreakValueNormalize(), BreakValueSet()
Methods (Including Private)
private method %OnClose() as %Status [ Language = objectscript ]
This callback method is invoked by the %Close() method to
provide notification that the current object is being closed.
The return value of this method is ignored.
method DisableInterrupts() [ Language = objectscript ]
Disables interrupts
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()