ChangeStatus

Overview

The ChangeStatus enumeration represents current status of the DeltaChange. When data updates are processed by the Data Abstract DeltaChange instances being sent to the server have status set to Pending. After processing these changes server each DeltaChange gets either Failed or Resolved status.

Location


Value Description
Failed Server was unable to apply this DeltaChange. Check its DeltaChange property to find out more details about error occurred
Pending This DeltaChange instance was not yet processed by the server
Resolved This DeltaChange instance was successfully processed by the server. Changes it contains were successfully applied to the underlying database