Share via


VisualizerTargetStateNotification Enum

Definition

Types of notifications regarding the state of a visualizer target.

public enum VisualizerTargetStateNotification
type VisualizerTargetStateNotification = 
Public Enum VisualizerTargetStateNotification
Inheritance
VisualizerTargetStateNotification

Fields

Available 0

The visualizer target is now available for message exchanges. This implies that the value of the target object may have changed and should be refreshed.

Unavailable 1

The visualizer target provider is now unavailable for message exchanges. The latest retrieved value of the target object should be considered outdated but cannot be refreshed until the visualizer target becomes available again.

ValueUpdated 2

The value of the target object may have changed and should be refreshed.

Applies to