> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum RecurrenceEndType

> Enumerator describing how the series of recurring activities are terminated.

Enumerator describing how the series of recurring activities are terminated.

## Syntax

```crmscript theme={null}
RecurrenceEndType
```

## Fields

| Name    | Description                                                                   |
| ------- | ----------------------------------------------------------------------------- |
| Unknown | 0: Unknown/undecided type                                                     |
| EndDate | The end of the recurrence is described by an end date.                        |
| Counter | The end of the recurrence is described with a number of recurring activities. |
