poIPostManager SetMemoryWarningEnabled
Enable or disables the memory usage warning.
Syntax
poIPostManager_handle SetMemoryWarningEnabled enabled
Application
HyperView Tcl Modify
Description
This command, valid only in Upfront Data Loading Mode, enables or disables the memory usage warning feature, which will warn you when system memory reaches a certain threshold.
Inputs
- enabled
- True to enable the memory usage warning feature, false to disable this feature.
Example
To enable the memory usage warning feature:
hwi OpenStack
hwi GetSessionHandle sess
sess GetClientManagerHandle mgr animation
mgr SetMemoryWarningEnabled true
hwi CloseStack
Errors
None.
Related Topics
See the Upfront Data Loader APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.