TriStateBoolean
A three-state boolean enumeration used by PolicyService to represent a
value that is explicitly True, explicitly False, or not yet resolved
(Unknown).
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 715 | Unknown | 0 | Indicates the condition has not yet been determined or resolved; the default value. | |
| 449 | True | 1 | Indicates the condition is explicitly true. | |
| 715 | False | 2 | Indicates the condition is explicitly false. |
Description
A three-state boolean that extends a standard boolean with TriStateBoolean.Unknown for values not yet determined. Used by PolicyService for region-specific platform states that may be unknown before policy queries complete. Defaults to TriStateBoolean.Unknown until explicitly set.