poIPostManager GetAsyncMode
Query whether the Upfront Data Loading Mode is enabled or not.
Syntax
post_handle GetAsyncMode
Application
HyperView Tcl Query
Description
This command returns true if Upfront Data Loading (internally known as Async Mode) is enabled, otherwise false.
Example
To query whether Upfront Loading mode is enabled:
hwi OpenStack
hwi GetSessionHandle sess
sess GetClientManagerHandle mgr animation
mgr GetAsyncMode
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.