> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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                        |


## Related topics

- [SuperOffice.WebApi.Data.ActivityStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.ActivityStatus.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
- [SuperOffice.WebApi.Agents.IAppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAppointmentAgent.md)
- [activitystatus](/en/api/mdo-providers/reference/activitystatus.md)
- [Set Activity Status](/en/api/reference/restful/agent/appointment_agent/set-activity-status.md)
