Enum VariableChangeSource
Represents a source of variable's value change.
public enum VariableChangeSource : byte
Fields
Change = 0Specifies manual change invocation.
ChildNode = 5Specifies child node change.
Refresh = 2Specifies variable refresh.
Reset = 3Specifies variable reset.
SetReadOnly = 4Specifies variable read-only change.
TryChange = 1Specifies manual change attempt invocation.