xInfo.mayReloadMenu Method

Prevents the UI from refreshing.

Syntax

public void mayReloadMenu(boolean value)

Run On

Called

Parameters

  • value
    Type: boolean
    A Boolean value that indicates whether to prevent the UI from refreshing.

Remarks

Set the value to false to prevent the UI from refreshing when a process is executing, and then set it to true after the process has finished.

The mayReloadMenu method can be useful to prevent the UI from flickering, for example when many nodes in the AOT are being read.

See Also

Reference

xInfo Class