poIPost WaitForResults

Causes the application to wait for all of the results of the given type to load before returning.

Syntax

post_handle WaitForResults type

Application

HyperView Tcl Query

Description

This command, valid only in HyperView - MultiCore profile, causes the application to wait for all of the results of the given type to load before returning. If type is not specified, then it will wait for all of the types to finish loading before returning. It can be used as a sync point for scripting.

Inputs

type
Optional argument specifying the type of data to wait for. Valid values are: scalar, vector, tensor, simulation, or iso.

Example

To wait for scalar results to finish loading before returning:

hwi OpenStack
hwi GetSessionHandle sess
sess GetClientManagerHandle mgr animation
mgr WaitForResults scalar
hwi CloseStack

Errors

Returns error code and sets error condition on the session handle. See session_handle GetError.