Enum Resolution
Indicates whether something has been fully resolved or not. This is the return code for many functions, but can also describe the state of individual locations in a generated output.
Namespace: DeBroglie
Assembly: DeBroglie.dll
Syntax
public enum Resolution
Fields
Name | Description |
---|---|
Contradiction | It was not possible to find a successful value. |
Decided | The operation has successfully completed and a value is known. |
Undecided | The operation has not yet found a value |