hm_blockbrowserupdate

Controls the update of the browsers.

Syntax

hm_blockbrowserupdate mode

Type

HyperMesh Tcl Query Command

Description

Controls the update of the browsers in HyperMesh client.

Inputs

mode
0 – Unblocks the browser updates and populates the buffered data into the browser.
1 – Blocks the browser updates and starts buffering the data.

Examples

To block the update of the browsers:
hm_blockbrowserupdate 1

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2022.1