SubscriptionStatus enum
Enumerates possible states of a subscription.
Fields
Enabled = 0 | The subscription is enabled. |
OnProbation = 10 | The subscription is temporarily on probation by the system. |
DisabledByUser = 20 | The subscription is disabled by a user. |
DisabledBySystem = 30 | The subscription is disabled by the system. |
DisabledByInactiveIdentity = 40 | The subscription is disabled because the owner is inactive or is missing permissions. |