Table of Contents

Enum VariableChangeResult

Namespace
LfrlAnvil.Reactive.State
Assembly
LfrlAnvil.Reactive.State.dll

Represents the result of a variable change attempt.

public enum VariableChangeResult : byte

Fields

Changed = 0

Specifies that the variable has changed.

NotChanged = 1

Specifies that the variable has not changed due to e.g. new value being equal to the current value.

ReadOnly = 2

Specifies that the variable has not changed due to being read-only.