VerificationObjectStateEnum
VerificationObjectStateEnum enumeration constants are used to set the verification object state.
typedef enum {
VOS_Initial,
VOS_Uncertain,
VOS_Corrected,
VOS_Confirmed
} VerificationObjectStateEnum;
Elements
Name | Description |
---|---|
VOS_Initial | The object is in an initial state. No decision has been made about this object. |
VOS_Uncertain | The decision cannot be made during group verification and is put off till the context verification. |
VOS_Corrected | The object has been corrected. |
VOS_Confirmed | The object value has been corrected automatically by the system, and was confirmed during verification. |
Used in
8/15/2023 1:19:30 PM