Emergency
- class HPS.Emergency : public IDisposable
The Emergency class is a concept class for Emergency codes.
Public Types
- enum Code
This describe the types of conditions that can trigger an EmergencyHandler.
Values:
- 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.