> ## 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 ActivityStatus

> Completed status enum common to appointments, documents and sales

Completed status enum common to appointments, documents and sales

## Syntax

```crmscript theme={null}
ActivityStatus
```

## Fields

| Name       | Description                                        |
| ---------- | -------------------------------------------------- |
| Unknown    | 0: Unknown - used when initializing                |
| NotStarted | 1: Appointment has not been started                |
| Started    | 2: Appointment has been started, but not completed |
| Completed  | 3: Appointment is completed                        |
