Enum WebhookUsageExtenderBase.WebhookDisplayStatus
Display-only status for the webhook archive. Mirrors WebhookState but adds ActiveWithFailures for webhooks that are active yet have accumulated errors. Not used in APIs — use WebhookState for that.
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public enum WebhookUsageExtenderBase.WebhookDisplayStatus
Fields
| Name | Description |
|---|---|
| Active | Display-only status for the webhook archive. Mirrors WebhookState but adds ActiveWithFailures for webhooks that are active yet have accumulated errors. Not used in APIs — use WebhookState for that. |
| ActiveWithFailures | Display-only status for the webhook archive. Mirrors WebhookState but adds ActiveWithFailures for webhooks that are active yet have accumulated errors. Not used in APIs — use WebhookState for that. |
| Stopped | Display-only status for the webhook archive. Mirrors WebhookState but adds ActiveWithFailures for webhooks that are active yet have accumulated errors. Not used in APIs — use WebhookState for that. |
| TooManyErrors | Display-only status for the webhook archive. Mirrors WebhookState but adds ActiveWithFailures for webhooks that are active yet have accumulated errors. Not used in APIs — use WebhookState for that. |
| Unknown | Display-only status for the webhook archive. Mirrors WebhookState but adds ActiveWithFailures for webhooks that are active yet have accumulated errors. Not used in APIs — use WebhookState for that. |