Enum ActivityStatus
Completed status enum common to appointments, documents and sales
Syntax
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 |