Enum VariableChangeResult
Represents the result of a variable change attempt.
public enum VariableChangeResult : byte
Fields
Changed = 0Specifies that the variable has changed.
NotChanged = 1Specifies that the variable has not changed due to e.g. new value being equal to the current value.
ReadOnly = 2Specifies that the variable has not changed due to being read-only.