DAChangeStatus
Overview
The DAChangeStatus enumeration represents the current status of the DADeltaChange.
Before processing changes, DADeltaChange instance has Pending
status.
After processing changes each DADeltaChange instance recieves either Failed
or Resolved
status.
Location
- Reference: DADelta.h
- Namespace: DataAbstract
Value | Description |
---|---|
csFailed | Server was unable to apply this DADeltaChange. Check content of the changeMessage property to find out more details about error occurred |
csPending | Means that given DADeltaChange instance was not yet processed by the server |
csResolved | Means that given DADeltaChange instance was successfully processed by the server. Changes it contains were successfully applied to the underlying database |