Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : BuffStatusId property
 

BuffStatusId property

The BuffStatusId property identifies the BuffStatus VST. This VST displays the status of buffers, such as the number of buffers that are in the buffer cache, that are currently in use, that are empty, or that are on the Least Recently Used (LRU) chain, page writer queue, or checkpoint queue. You can pass the BuffStatusId property to the GetVSTHandle() method to return the handle to the BuffStatus VST. This property is read-only.
Data type: INTEGER
Access: PUBLIC STATIC
Applies to: Progress.Database.VSTTableId class