Enum ActivityStatus
Completed status enum common to appointments, documents and sales
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum ActivityStatus
Fields
| Name | Description |
|---|---|
| Completed | 3: 3: Appointment is completed |
| NotStarted | 1: 1: Appointment has not been started |
| Started | 2: 2: Appointment has been started, but not completed |
| Unknown | 0: 0: Unknown - used when initializing |