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

# SuperOffice.WebApi.Data.ActivityStatus

# <a id="SuperOffice_WebApi_Data_ActivityStatus" /> Enum ActivityStatus

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Completed status enum common to appointments, documents and sales

```csharp theme={null}
public enum ActivityStatus
```

## Fields

`Completed = 3`

3: 3: Appointment is completed

`NotStarted = 1`

1: 1: Appointment has not been started

`Started = 2`

2: 2: Appointment has been started, but not completed

`Unknown = 0`

0: 0: Unknown - used when initializing
