CheckResult
Description:
[ CCode ( cprefix = "AS_CHECK_RESULT_" , type_id = "as_check_result_get_type ()" ) ]
public enum CheckResult
Result of a check operation.
Content:
Enum values:
- ERROR - The check failed.
- FALSE - False/No
- TRUE - True/Yes
- UNKNOWN - The outcome could not
be determined.