Table of contents

Enumeration CrossVerificationStatus

CrossVerificationStatus describes the status of the captured results.

class EnumCrossVerificationStatus(IntEnum):
    # The cross verification has not been performed yet.
    CVS_NOT_VERIFIED,
    # The cross verification has been passed successfully.
    CVS_PASSED,
    # The cross verification has failed.
    CVS_FAILED

Is this page helpful?

YesYes NoNo

In this article: