Enumeration Members

STATUS_CONFIRMED: 4
STATUS_INITIALIZED: 1
STATUS_PENDING: 2
STATUS_UNSPECIFIED: 0

STATUS_UNSPECIFIED - these enum values are used for bitwise operations, therefore they need to be powers of 2

UNRECOGNIZED: -1

Generated using TypeDoc