Passa al contenuto principale

WaitOnAttributesLoad

Structure

WaitOnAttributesLoad(bWait)

Parameters

| Parameter | Type | Description
| bWait | Boolean | if this set to True, then event attribute reload is disabled temporarily, until this same function is called with a bWait parameter of False |

Description

This procedure temporarily stops the automatic reloading of the event attributes grid. This procedure is typically used before a large section of custom script that repeatedly calls SetEventAttribute* type functions. After each of these functions the onscreen event attributes are reloaded. But if this procedure is called with bWait = True, then this reload is skipped, slightly increasing the speed of code execution. You will need to call WaitOnAttributesLoad(False) after the block of code to tell the onscreen grid to refresh on future changes.

Example

No example provided

Application Compatibility

IndySoft Calibration Management, IndySoft Commercial Lab Management, IndySoft Tool Management

Also See

No related topics |