poIPostManager GetAsyncMode
Query whether the HyperView - MultiCore (previously known as Upfront Data Loading Mode) is enabled or not.
Syntax
post_handle GetAsyncMode
Application
HyperView Tcl Query
Description
This command returns true if HyperView - MultiCore profile (internally known as Async Mode) is enabled, otherwise false.
Example
To query whether HyperView - MultiCore is enabled:
hwi OpenStack
hwi GetSessionHandle sess
sess GetClientManagerHandle mgr animation
mgr GetAsyncMode
hwi CloseStack
Errors
None.
Related Topics
See the HyperView - MultiCore APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.