Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
HPS.Emergency Class Reference
Inheritance diagram for HPS.Emergency:

Public Types | |
enum | Code : uint { Code.Unknown = 0x00000000, Code.Fatal = 0x00000001, Code.SoftMemoryLimit = 0x00000002, Code.HardMemoryLimit = 0x00000003 } |
Public Member Functions | |
virtual void | Dispose () |
Emergency (HPS.Emergency in_that) | |
Protected Member Functions | |
virtual void | deleteCptr () |
Protected Attributes | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
Member Enumeration Documentation
◆ Code
|
strong |
This describe the types of conditions that can trigger an EmergencyHandler.
Enumerator | |
---|---|
Unknown | Emergencies type unknown. |
Fatal | Fatal fault has occurred. Saving the Database is not possible and the EmergencyHandler must abort. After a fatal error, no Visualize functions may be called - to do so will result in a crash or deadlock. |
SoftMemoryLimit | Soft memory limit breached. This limit is considered to be breached when Visualize has allocated the amount of memory specified by a previous call to HPS.Database.SetSoftMemoryLimit. |
HardMemoryLimit | Hard memory limit breached. This limit is considered to be breached when an operating system memory allocation has failed, and indicates that Visualize is not able to allocate memory required for proceeding with normal operation. |
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Emergency.cs