LiveWatchNodeSuspendState Structure
Contains information about the suspend state of the given live watch node.
Used to determine whether the corresponding live variables should be suspended as well.
| SuspendDirectValueUpdates |
Returns true if there is no need to update the value of the node itself (e.g. it is hidden and not watched), regardless of its children visibility.
|
| SuspendRegularUpdates |
Returns true if there is no need to update the node, or any of its children (e.g. none of them are visible or watched).
|
| IsExpanded |
Specifies whether the node is currently expanded.
|
| IsExplicitlySuspended |
Specifies whether the user has explicitly suspended the value updates for this node via the pause button.
|
| IsWatched |
Specifies whether the user has created a live watch breakpoint for ths node, or started plotting it.
|
| Visibility |
Specifies whether the node is physically visible in the Live Watch view, or hidden (e.g. scrolled out or filtered out).
|