Source code for cfxdb.gen.user.ActivationStatus # automatically generated by the FlatBuffers compiler, do not modify # namespace: user # User activation status (built into code, unconfigurable) [docs] class ActivationStatus(object): [docs] NONE = 0 [docs] PENDING = 1 [docs] ACTIVE = 2 [docs] EXPIRED = 3