ThreeState
Description:
[ CCode ( cprefix = "CAMEL_THREE_STATE_" , type_id = "camel_three_state_get_type ()" ) ]
[ Version ( since = "3.22" ) ]
public enum ThreeState
Describes a three-state value, which can be either Off, On or Inconsistent.
Content:
Enum values:
- INCONSISTENT - the three-state
value is neither On, nor Off
- OFF - the three-state value is Off
- ON - the three-state value is On